• Hi guys!

    I have been struggling with the allignment of the topbar. My website is https://www.vintagevirus.nl

    In an ideal world I would like it to look like this:
    Everything should be alligned to the right.

    Content:
    social media widget-nieuwsbrief (with link that opens in a new window)-email icon with in text [email protected]- phone icon with in text +31 6 24410292 – Uw winkelwagen €0.00

    Is this possible? What should I do? Hope you can help! Thanks in advance for your help!!

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    Sorry for the delay! Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 992px) {
    .col-md-6.col-sm-6.kad-topbar-left {
        width: 70%;
        float: right;
    }
    .col-md-6.col-sm-6.kad-topbar-right {
        width: 40%;
    }
    .topbarmenu ul {
        float: right;
    }
    }

    Hope that works for you!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Allign topbar social media widget’ is closed to new replies.