right alignment menu

Posted in: Newspaper
Post count: 28

Hi staff, I’m using style 12 menu option and I would align the menu on the right side instead left next to the logo…I hope I was clear…how to fix it?

thank you!

Post count: 23312

Hello campagnuolo,

If you want to move to the right the main menu you should use a bit of CSS code to do that.

#menu-td-demo-header-menu-1{
float:right!important;
}

The result you should see here -> http://screencast.com/t/3KqzbiJaKaSw

Thanks for the message!

Post count: 28

Hi catalin, your screen is that I need but adding your code it seems not work:

http://bit.ly/2haNZ8R

Post count: 22421

Hello,

Please try this code instead:

.sf-menu{
float:right!important;
}

Thanks.

Post count: 28

Ok bogdan, it works!

thank you!

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