Home › Forums › Gravida Support › Fixed menu
- This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago by Sonl Sinha.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
February 27, 2018 at 3:56 pm #95214
Hi,
Is there an option to fix (freeze) the header with menu on the pages, so it is always visible on top of the page – even when scrolling down?
https://wendecoffeeanddrinks.nl/
Regards,
Willi
February 28, 2018 at 11:33 am #95282Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header.type2 { position:fixed !important; z-index:1000;} #slidera { position:relative; top:80px;}
Regards,
ChrisFebruary 28, 2018 at 6:36 pm #95325Hi,
Thanks! It works…
Regards,
WilliFebruary 28, 2018 at 6:51 pm #95327Hi,
uh … the text on the frontpage under the slider falls away!
https://wendecoffeeanddrinks.nl/
Is it also possible to reduce the space between the home featured blocks and the top of the footer?
Regards,
WilliMarch 1, 2018 at 12:02 pm #95412Hi Willi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
Remove
.header.type2 { position:fixed !important; z-index:1000;} #slidera { position:relative; top:80px;}
And add this new code there
.header.type2 { position:fixed !important; z-index:1000;} #slidera { position: relative; margin-top: 80px;} .home1_section_area, .home2_section_area, .home3_section_area { display: none;}
Regards,
Chris -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.