Changing width of Sticky element
-
Hi, I am running into a problem with the width setting in the class=”.sticky-element-placeholder .sticky-element-active” inline style, and I cannot find where or how to adjust this setting in my .css for Sticky Menu, and my css override attempts have failed.
I want to change the this so that the menu bar snaps to the correct width of the rest of the page, and eliminates the x-scroll bar on the bottom. I have tried several different css modifications to try and override this setting, but have had no luck. When I change this setting to “auto” using Chrome developers tools, it displays correctly.
Specific code in question:
<div class=”sticky-element-placeholder sticky-element-active” style=”display:block; float:none; flex:0 1 auto; box-sizing:border-box; clear:none; overflow:visible; width:1007px; height:82px; margin:0px 0px 0px 0px;”></div>Thank you for your help!
https://www.ads-software.com/plugins/sticky-menu-or-anything-on-scroll/
- The topic ‘Changing width of Sticky element’ is closed to new replies.