• Resolved Daylliance

    (@daylliance)


    Hi all,

    The topbar on my website (daylliance.com) on the website is exactly how i want it to be but on the mobile version it is not how i want it to be. I want to hide the text ‘choose your language’ (only on the mobile version!) and only display the flags. Next to the flags i want de social media icons. Underneath the flags and the social media icons, i want the search bar. All centered.

    Can somebody help me?

    Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You are using qtranslates widget which doesn’t have a css class for the text area. so there is nothing I can add to hide the text in mobile.

    Also You have also added css that is badly coded and makes your topbar not mobile friendly. It’s hard to suggest an css when the first step is to remove all that you’ve added in regards to the topbar. Plus because It’s impossible to do what you want with the qtranslate widget I don’t know where to start?

    Kadence Themes

    Thread Starter Daylliance

    (@daylliance)

    Can you than help me to get the social icons next to the ‘choose your language’ tekst and the search bar next to the flags?
    Or maybe an other possible way to get the mobiel topbar friendly?

    Thank you!

    This isn’t exactly what you want but should look a lot better on mobile:

    @media (max-width: 767px) {
    div#topbar-search {
        padding: 5px 0 5px;
        text-align: center;
    }
    ul#mqtranslate-10-chooser {
        margin: 0; padding: 0; float: none; list-style: none; display: inline-block;
    }
    .qtrans_language_chooser li {
    float: none;
    margin: 5px;
    display: inline-block;
    }
    ul#cool-social {
        padding: 0;
        margin: 0;
        line-height: 10px;
        float: none;
        display: inline-block;
    }
    #cool-social li {
        float: none;
        display: inline-block;
    }
    form#searchform {
        float: none;
        margin: 0 auto;
    }
    }

    Kadence Themes

    Thread Starter Daylliance

    (@daylliance)

    Perfect!
    Thank you so much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Topbar Mobile version’ is closed to new replies.