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

Mobile toggle button right next to LOGO

Home / Forums / Virtue Theme / Mobile toggle button right next to LOGO

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 10, 2016 at 4:22 pm

I need a help !!!

I am using Virtue premium, and wondering if there is anyway to put mobile menu toggle(toggle button only without any text = Mobile Menu only show button is “ON”)
I would like to have this toggle button indicated right next to centered logo.
After prompt response from Kevin, I was able to indicate the toggle button next to the logo.
Now now,,, the last thing to be resolved is to kill the space between menu list (after click on menu toggle, menu list shows up).

Here is my demo site

Can anybody help??


@media
(max-width: 767px){
.kad-header-left {
width: 80%;
}
}
header .nav-trigger .nav-trigger-case {
top: -50px;
position: absolute;
}
#kad-mobile-nav {
margin-top: 0px;
}


@media
(max-width: 480px) {
.kad-retina-logo {
width: 70%;
}
}

@media
(max-width: 767px) {
.wrap.clearfix.contentclass.hfeed {
margin-top: -40px;
}
}

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