- This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Gravida Support › Fixed menu
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
Hi,
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,
Chris
Hi,
Thanks! It works…
Regards,
Willi
Hi,
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,
Willi
Hi 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
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]