Align main menu right

Posted in: Newspaper
Post count: 5

Hello guys,

Im using header style 10, but I would like the main menu to be aligned to the right as in style 7. Could you tell me what custom CSS I need to use to achieve this? https://tinyurl.com/y95nxm22

Thanks!

Post count: 20688

Hi,

If you mean something like this
https://www.screencast.com/t/MImPUbnJ
You can do that with a code like the one below, just enter it in Theme panel->Custom CSS

.td-header-style-10 #td-header-menu {
float: right;
}

Thanks

Post count: 5

That’s what I meant. Thanks!

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