I have seen a bunch of tickets up here about about removing the sticky header so it is static at the top of the page and doesn't scroll. I am trying to keep both the header and secondary nav at the top.
I have tried:
#header-outer { position: absolute!important; }
which works but changes the width to be smaller and moves the nav over to the left a little.
Hi there,
I have seen a bunch of tickets up here about about removing the sticky header so it is static at the top of the page and doesn't scroll. I am trying to keep both the header and secondary nav at the top.
I have tried:
#header-outer { position: absolute!important; }which works but changes the width to be smaller and moves the nav over to the left a little.
When I try:
#header-outer,#header-secondary-outer ,#header-space{ position: absolute !important; }it hides half of it.
Could you please show me how to do this using CSS without breaking the responsiveness of the site?
I will add some login details in a private message so you can have a look?
P.S. Awesome theme... I love it
JamesHey,
#boxed div#header-outer,#boxed #header-secondary-outer { position: absolute; width: 100% !important; }
Thanks
Salient Support Team