Logo Overlaid with Menu on Header

Posted in: Newspaper
Post count: 15

Once I scroll down on an article page, the logo on the left is overlaid by one of the menu items:

https://choosytraveler.com/how-to-be-a-travel-blogger/

Is there a way to fix this without removing menu items?

Post count: 22421

Hello,

You can add this custom css in the theme panel-> custom css box but this will cause the menu to go on 2 rows on the sticky menu because the logo will need to take up space in the menu when the menu is sticky:
@media(min-width: 768px){
.td-header-style-10 .td-logo-sticky {
position: relative!important;
}}

https://www.screencast.com/t/PodLSExYxqz8

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.