Main Menu Style 1

Posted in: Newspaper
Post count: 80

Hello i am using newspaper default theme with main menu Style 1…
Can we limit full width default style 1 main menu to the extent of (content + sidebar) area only.
I don’t want to use boxed style or other style avilable.
AND same question applies to top bar menu also.

Post count: 23312

Hello mystudent,

You can do that if you are using a bit of CSS code. Please try the code below and add it in Theme panel Custom CSS area.

The code is ->

.td-header-style-1 {
width: 1068px;
margin-left: auto;
margin-right: auto;
}

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

Hope this helps!

Thank you for the message!

Post count: 80

Thank you very much, its working.

Post count: 80

What will be the code, if i want to keep top menu bar to full width as default…only need changes to main menu.
Thanks.

Post count: 23312

Hello mystudent,

Please try to implement the code below.

.td-header-menu-wrap-full{
width: 1068px;
margin-left: auto;
margin-right: auto;
}

Thank you for the message!

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