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

Topbar widgets displayed one below another

Home / Forums / Virtue Theme / Topbar widgets displayed one below another

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 17, 2015 at 11:57 am

Hi there,

after activating three topbar widgets (Social links, Language Selector and Search) I got them all in three different rows within the Topbar.
Here is my website:

At the moment I tried the following CSS and two of them managed to be in the same line, however both below the Social links panel.
How could I resolve this issue?
Thanks!

***************
.kad-topbar-right #virtue_social_widget {
float: left;
}
.kad-topbar-right #topbar-search form {
float: right;
}
.kad-topbar-right #lang_sel_list {
float: left;
}
*****************

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