Adjust top menu thickness

Posted in: Newspaper
Post count: 44

How can I adjust the top menu thickness?…want it smaller…thanks

Post count: 23312

Hello blogwire,

Please provide your website URL so I can inspect it closer. I need to know your website so I will be able to provide a more accurate response because it depends on more factors

Thanks.

Post count: 44

Blogwire.ca

Post count: 44

I want it as thick as Mashable.com
And how can I get the social icons on same menu. I can get the icons on top menu easy but not the second menu

Post count: 23312

Hello blogwire,

Please keep in mind that these types of requests involve custom modifications and we cannot provide these types of services at the moment, sorry! As a hint, you can use a bit of CSS to increase the height of your main menu. Try the code below ->

.td-header-menu-wrap-full{
height:40px!important;
}
.td-header-style-5 .td-main-menu-logo a {
line-height: 40px!important;
}
.td-header-style-5 .td-main-menu-logo img {
max-height: 40px!important;
}
.td-header-style-5 #td-header-menu {
min-height: 40px!important;
}
.td-header-style-5 .sf-menu > li > a {
line-height: 40px!important;
}
.header-search-wrap .td-icon-search {
line-height: 30px!important;
}

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

If you want to display the social icons, you will have to activate them from the Theme panel, like this -> http://screencast.com/t/LIygEEtq94ju

If you need to customize your theme and you are not aware of the all steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

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