Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181181

    Hi,

    I have a drop down box in my top bar to select a country. It is current floated right on desktop. However, I want it to be centralised on mobile, and if possible filing the width of the space.

    I have put login details below.

    Thanks

    #1181182
    This reply has been marked as private.
    #1181229
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 979px){
        .x-topbar .select-style {
            float: none;
            margin: 8px auto;
            display: block;
        }
    }

    Hope it helps 🙂

    #1181347

    yes, Thanks Thai

    #1181365
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1181181 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>