Header 7 Customization

Posted in: Newspaper
Post count: 1

I wanna modify header 7 for better look and spacing. I’d like the logo to be smaller similar to the menus height so that the header isn’t too tall. As you can know, the header has three elements, logo, main menu and the search icon. I want these elements to be parallel to each other. In other words, the logo remain on the left but smaller and the menu in the center. Also the search icon should be with the menu, not far right..

Post count: 22421

Hello,
You can do it by simply changing the line height of the main menu to about 60px and then add this custom css in the theme panel-> custom css box:
.td-header-style-7 .sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
float:none;
}

Thanks.

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