how do I make my main menu static in the Carbon theme?
-
how do I make my main menu static in the Carbon theme?
The blog I need help with is: (visible only to logged in users)
-
Hi there, things get a bit tricky on smaller screens, so I’ve limited this change to screens/windows 768px and wider. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and let me know what you think.
@media screen and (min-width: 768px) { #masthead { position: fixed; z-index: 100; top: 25px; width: 100%; background-color: #fff; } #page { margin-top: 100px; } .site-logo { max-width: 50% !important; width: 100%; } .main-navigation { max-width: 50%; } } -
How do I make my main menu static in the Romero theme?
I need the custom CSS.The website I need help with is http://www.iamnetworks.net
-
Hi @iamnetworks, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘how do I make my main menu static in the Carbon theme?’ is closed to new replies.