Logo Overlaps Text In Sticky Menu

Posted in: Newspaper
Post count: 9

Hello,

I just updated to Newspaper 7.6. Since the update, the logo in the sticky menu is overlapping the menu links.

Before the update, it was above the menu links.

The url for my site is: http://blog.samys.com/

Thanks!

Post count: 20685

Hi,

You can try this code that applies only when the menu is sticky, so the menu item does not overlap the logo in that situation, just enter it in Theme panel->Custom Css

.td-header-style-10
.td-header-menu-wrap.td-affix
.menu-item-928 {
margin-left: 65px;
}

Result – https://www.screencast.com/t/QAgmZQiwho

Thanks

Post count: 9

Thanks!

That did the trick.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.