Align Desktop Logo to First Nav Item

Posted in: Newspaper
Post count: 24

Hi, how do I align the desktop logo to the first item on the navigation menu? (header style 1) Thank you.

align logo with nav

Like this –> https://ibb.co/bEHGSp

ty

Post count: 22421

Hello,

you ca remove the left margin but it depends on whether your logo image has spacing or not. The newspaper logo by default has a bit of spacing around it so it cannot start at the very left because of that spacing coming from the image itself: https://www.screencast.com/t/zIAW2w0LV3o
Make sure your logo image has no left spacing and then use this code:

.td-header-style-1 .td-header-sp-logo{
margin: 28px 45px 6px 0px;
}

Thank you!

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