Header style is failing for one width

Posted in: Newspaper
Post count: 220

Can u help me ….

https://www.diigo.com/item/image/3bjz5/n5jk

  • This topic was modified 11 years by srikanth.
Post count: 6600

Hi,

This happens on tablet portrait view as the menu items don’t fit in one row. You can try to fix this by reducing the menu item length or lower the font size.
You can sue this custom css: http://screencast.com/t/lPhnYFPWd

@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-menu-wrapper .menu-td-header-container a {
font-size: 13px !important;
}

.sf-menu > li > a {
padding: 0px 6px 0px 6px !important;
}
}

Thanks

Post count: 220

even after using i did not solve this issue…

Post count: 6600

Hi,

Please replace this second css for the .sf-menu > li > a with this: http://screencast.com/t/n1i0HPKd

.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a {
padding: 0px 6px 0px 6px !important;
}

Thanks

Post count: 220

Rocking ….Thanks a lot….

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