Open Ruffryderst opened 9 years ago
Hi, everything works fine except two things.
I have custom navigation width 980px but this streches from left to right 100% , the same is on responsive (when its resized). It's set to true
Maybe i am doing something wrong
Is this a proper way getWidthFrom: '.main-navigation',
Second thing is , again, question is, if this a proper way
if (typeof s.getWidthFrom !== '.main-navigation') { s.stickyElement.css('width', $(s.getWidthFrom).width());
If i enter width(980)); it works, but again not for responsive / resize which theme has
Any pointers ? Thanks
Hi, everything works fine except two things.
I have custom navigation width 980px but this streches from left to right 100% , the same is on responsive (when its resized). It's set to true
Maybe i am doing something wrong
Is this a proper way getWidthFrom: '.main-navigation',
Second thing is , again, question is, if this a proper way
if (typeof s.getWidthFrom !== '.main-navigation') { s.stickyElement.css('width', $(s.getWidthFrom).width());
If i enter width(980)); it works, but again not for responsive / resize which theme has
Any pointers ? Thanks