• Resolved Daylliance

    (@daylliance)


    Dear all,

    In the topbar of my website https://www.daylliance.com I have three elements: the shopping cart, the language chooser flags and a ‘free shipping’ text.
    On the desktop version the elements are lined horizontally.
    On the mobile version, the space is to small, so the flags and the text overlap. For the mobile version, I would like to have the flags next to the shopping card, and the ‘free shipping’ text below that.

    Can somebody help to achieve that?

    Thank you in advance!

    Kind regards,

    Sanne

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to Appearance> Theme Options> Advanced Settings.

    @media (max-width: 415px) {
    #qtranslate-4-chooser {
        position: relative;
        bottom: 30px;
      }
    }

    Let me know if that works for you!

    Thread Starter Daylliance

    (@daylliance)

    Perfect! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Top Bar’ is closed to new replies.