Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1334049
    ablesonh
    Participant

    Hey

    Before we start, love this theme. I’ve used it on a bunch of websites. 🙂

    Okay my issue is that my client hates the menu bar on the responsive/mobile version. She wants it to just be the little icon for the menu. I can’t seem to find how to do this.

    Css magic ftw please. 🙂

    #1334058
    ablesonh
    Participant

    File didn’t upload the first time.

    Also here’s the link: willowbeachcottages.designerwebsite.ca

    #1334114
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1337292
    ablesonh
    Participant
    This reply has been marked as private.
    #1337441
    Nico
    Moderator

    Hi There,

    Add this in your Customizer > Custom > CSS:

    @media screen and (max-width: 959px)
    .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
        display: block;
        max-width: 13%;
        }

    Add margin: 0 auto; if you want to make it center.

    Let us know how it goes.

    Thanks.

    #1339017
    ablesonh
    Participant

    Hey

    It didn’t seem to have any effect. The menu still looks the same on both ipad and iphone testing.

    –H

    #1339330
    Rue Nel
    Moderator

    Hello There,

    Sorry if the code did not work out for you. Please have it removed and make use of this code instead:

    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main:hover {
        background-color: transparent;
    }

    We would love to know if this works. Thank you.

    #1339413
    ablesonh
    Participant

    Hey

    That one didn’t work either, unfortunately.

    —Heather

    #1339417
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    Hope it helps.

    #1339849
    ablesonh
    Participant

    Woot! It worked! Thank you so much!

    Can we centre it though?

    #1340123
    Rad
    Moderator

    Hi there,

    Please update your CSS to this

    a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
        background-color: transparent;
        border: none;
        box-shadow: none;
        text-align: center;
    }

    Cheers!

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