align first menu item with logo

Posted in: Newspaper
Post count: 135

hi
we are using the default menu option for the main menu and the leftmost item is not perfectly aligned with the logo – logo has zero padding….how do we align it perfectly sot hat there is no space from fist menu item text to the left border of the container??

here you can see how the menu and logo are aligned now

http://prnt.sc/uswyfu

  • This topic was modified 5 years by line77.
  • This topic was modified 5 years by line77.
Post count: 18283

Hello !

You can use CSS code on your element from tagDiv Composer as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=7s

Thank you !

Post count: 135

sorry but this is not helpful
can you post a css code example here which trims space from left-most menu item???

Post count: 18283

Hello !

Please try this css code and let us know the result:

.tdb_header_menu .tdb-menu {
margin-left: -13px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

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