1 px line below the main menu

Posted in: Newspaper
Post count: 15

How to add the 1 px line below the main menu?

this code does not work:

.td-full-layout .td-menu-background{
border-bottom: 1px #eeeeee;
}

Post count: 388

For me it worked when I applied this to .td-header-main-menu.

Post count: 22421

Hello,
You can use this code:
.td-header-main-menu{
border-bottom: 1px solid black;
}

Thank you!

Post count: 15

Thank you, and how to expand this line to the entire width of the layout?

Post count: 22421

Hello,
Try this code insted:
.td-header-menu-wrap{
border-bottom: 1px solid black;
}

thank you!

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