• Hi,

    I’m using the latest free version of the virtue theme and I’m trying to align all the widgets in the topbar on the same line/row. In particular, I activated the following three widgets (social links, language Selector, search) plus the topbar menu with woocommerce related links here .
    I searched on the web and there are many different solutions by changing the CSS. I tried many of them and their combination without positive results.

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

    or

    .kad-topbar-left {
    width:100%
    }
    .topbarmenu ul {
    text-align: center;
    }
    .topbarmenu ul li {
    float: none;
    display: inline-block;
    }

    If it is possible, I would like to have this sequence of widgets and links:
    Account Cart Social links Search Languages
    or
    Languages Social links Search Account Cart
    The first is better for me.

    Thank you in advance

Viewing 1 replies (of 1 total)
  • Hey!

    If you can share a link to your site, I’ll be happy to attempt the CSS to make this work for you!

    Thanks,
    Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘Virtue topbar widgets displayed in wrong way’ is closed to new replies.