Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

center logo alignment, side menu word wrap issues

Home / Forums / Virtue Theme / center logo alignment, side menu word wrap issues

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 8, 2015 at 10:40 pm

The logo is aligned to the left of it’s container. I don’t think this CSS is the issue, but maybe…


@media
(min-width: 1200px) {
.col-md-4.col-lg-5.kad-header-right {
width: 38%;
float: right;
}
.col-md-4.col-lg-5.kad-header-left {
width: 38%;
float: left;
}
.col-md-4.col-lg-2.clearfix.kad-header-center {
width: 24%;
}
}

2. “Custom Work” menu item is two words, when the browser window is between 1200px and 991px the second word drops down 150px (height of header setting)
This happened before above CSS. I tried a white-space:nowrap but when I gave the menu items a Hover and Active Background Color it covered only the first word.
It’s worth noting that the same theme was applied here: without the same problem. No shrink header used here.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.