Move Top Menu Align Right

Posted in: Newspaper
Post count: 263

Hey guys, how do I go about moving the small top menu to the right and changing the color of the background and text: http://screencast.com/t/ZuDfegqjq

Post count: 6600

Hi,

Please make this changes to the menu-top.php file: http://screencast.com/t/D2x4Rc5Y5UI
Then use this css: http://screencast.com/t/qiOn9uXsV
You can change the background and text color from theme panel:
* background color: http://screencast.com/t/ERvfBVKo
* text color: theme panel > custom typography: http://screencast.com/t/298D9BrSmn

Thanks

Post count: 263

That actually ended up centering it. Any other adjustments?

Post count: 6600

Hi,

Make the change in menu-top.php file and use this css: http://screencast.com/t/Q9gT7KfdSY

.span9 .td-header-menu-wrap .menu-top-container {
float: right;
}

.span9 .top-header-menu {
margin: 0px 48px 0px 0px;
}

.span3 .top-header-menu {
float: left;
margin: 0 0 0 48px;
}

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.