in Wordpress Themes by billpaytharn10 (240 points)
How do I keep the header from scrolling like you can do with a sticky menu?

2 Answers

by robert-williams (5.2k points)

Hello,

Currently, we are provided the sticky menu option in TemplateToaster. But we can provide custom solution for sticky Header. Please open the support ticket here:-https://templatetoaster.com/support 

by issanlesacripant (140 points)

Hi,

I am knew on this however I managed to get a sticky header by customizing CSS code as per below:

/*Sticky Header*/
.modal-header
{position:fixed;
left:0px;
top:0px;
right:0px;
}
 #ttr_header_inner 
 {position:fixed;
left:0px;
top:0px;
right:0px;
}

This works well, but header is transparent.

Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...