Hi
Firstly thank you for the hard work you put into developing another seamless upgrade to the brilliant Newspaper theme.
I am using the Style 3 header on http://www.womensgolf.com and I would like to centre align the top and main menus. Currently they are left aligned. Is there some custom CSS that will achieve this?
I have linked a picture of the current header.
src=”https://www.dropbox.com/s/xf5dqbq1mfvznjb/header.JPG?dl=0″ alt=”current header on womensgolf.com” />
Thanks
Richard
Hi,
Thank you for the appreciation, we constantly try to add more features in the theme and also easy to use for all users.
The menu items will be left aligned when you use the stretch options in the theme panel. If you were to remove the stretching of the menu and top bar they should be centered
– https://www.screencast.com/t/QHQagdYL1
The main usage of the stretch options would be if the menu items are too many and they do not fit properly.
Thanks
Yes thank you I have removed the stretch option but then it leaves a white background space at either end of the menu. I’ve also tried stretch container only.
The header background is set to the same blue as the menus. I can’t seem to find a color setting for that whole main menu row.
What am I doing wrong?
Richard
You are doing nothing wrong, that header style is boxed by default. Now you could enter this code in the Theme panel->Custom CSS
– https://www.screencast.com/t/MtwBNxdEbzA
.td-header-style-3 .td-header-menu-wrap {
background-color: #2c3240;
}
This would be a solution to also have the centered menus and a background color as you want.