Onepage Template - Module Position - Question | JoomShaper

Onepage Template - Module Position

MI

Marc Innerbichler

Template 3 years ago

hello joomshaper team, my question would be: How do I get the menu of onepage template to the top of the page and not under the slider?

thanks in advance many greetings from germany Marc Innerbichler

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1352

Hi there!

You can do this with the help of custom css. Your site URL would be better, but here you go with sample css:

#sp-header.has-slideshow
{
    position: fixed !important;
    top:0 !important;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
MI
Marc Innerbichler
Accepted Answer
3 years ago #1409

works perfect !!!

many thanks

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #10310

You are always welcome!

0