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

Header Menu Width Adjustment

Home / Forums / Virtue Theme / Header Menu Width Adjustment

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 28, 2019 at 10:49 am

Hello,

I had wanted to expand the width of the menu in the header so that the menu items were all on one line, which also meant changing the logo width. I had used the following to adjust the width:


@media
(min-width: 992px){
.col-md-4, .span4 {
width: 20% !important;
margin-top: 20px;
}

.col-md-8, .span8 {
width: 80% !important;
margin-top: 20px;
}}

However, the .col-md-4 is affecting the footer columns. Is there a better way to achieve the 20/80 looks for the header without affecting the footer? Also, I am experiencing some glitching when the header shrinks for sticky.

Thank you,
Andrea

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