- This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Gardenning header / need help
Hi everyone
I own a Gardenning Pro Theme and I need help to do the following things.
Here : http://entrepriseseard.fr/
1- I’d like to make the menu bar staying on top of screen when the user scroll, is it possible ? How ?
2- And I’d like to have both logo and company name in the header. Is it possible ? How ?
Thank you for helping me !
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.home .header, .page .header, body .header_wrap .header { position:fixed !important; z-index:10;}
#slidera { margin-top:130px;}
@media screen and (max-width:767px) {
#slidera { margin-top:116px;}
}
Regards,
Dave
OK
This works great to fix the menu on top !
Thank you
Any suggestion about the second need ?
Hi,
Unfortunately, this is not possible.
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]