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

Menue “hidden”

Home / Forums / Virtue Theme / Menue “hidden”

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 11, 2018 at 6:43 am

I have the following issue on my Page:

i think its from Custom CSS (wich you posted here earlyer for me).

.topclass {
position: absolute;
width: 100%;
left: 0;
top: 0;
}

@media
(min-width: 992px){
#topbar {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.headerclass {
padding-top: 40px;
}
.kad-topbar-left {
width:70%;
}
.kad-topbar-right {
width:30%
}
}

@media
(min-width: 992px){
.admin-bar #topbar {
top: 32px;
}
}


@media
(min-width: 992px) {
#topbar {
position: fixed;
}
}

What needs to be done, to get the Menue back in the Front again?

Thanks in advance

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