How to increase height size of menu area

Posted in: Newspaper
Post count: 62

Hello,

I want to increase the height size of my menu are because of my logo, not logo great.

How I can do that?

This is our site: http://www.rsviral.com/

Thanks!
Rohit S

Post count: 62

And I don’t want all capital words, on the menu, I write – Start A Blog – but in the site it displaying – START A BLOG – please help me.

Thanks!
Rohit S

Post count: 35449

Hi.

For normal text in menu go in Newspaper > Theme panel > Theme Fonts > Header > Main Menu and select none in transform dropdown box ( https://www.screencast.com/t/hO4FDHcHPD )

To make main header you can chose other style ( style 6), you you can add some custom css if this is what you desire
https://www.screencast.com/t/hLZp4Fp5c
In order to add the css go to Newspaper> Theme panel > Custom code > Custom css and paste the code there.
code:

ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social {

line-height: 80px;

}

.td-header-style-4 .td-main-menu-logo img, .td-header-style-5 .td-main-menu-logo img, .td-header-style-6 .td-main-menu-logo img, .td-header-style-7 .td-header-sp-logo img, .td-header-style-12 .td-main-menu-logo img {
max-height: 80px;
}

.td-header-style-5 .header-search-wrap #td-header-search-button .td-icon-search {
line-height: 80px;
}

https://www.screencast.com/t/K5FNvfD1r

Thank you.

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