Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863835

    scotshurdler
    Participant

    Hi Folks,

    Looking for some advice on setting up my mobile elements better – you’ll see from the attached picture that my text colour doesn’t work on that mobile background colour – how can i adjust it to a darker grey?

    Additionally if you look to the bottom of the menu, you will see that items are dropping off the menu, how can we bring them closer together and keep them on the menu?

    Kind Regards!

    N

    #864330

    Christian
    Moderator

    Hey N,

    Please give us the URL of the page you’re working on and access to your WordPress admin so we could see the setup.

    Thanks.

    #864552

    scotshurdler
    Participant
    This reply has been marked as private.
    #864871

    Rupok
    Member

    Hi there,

    Thanks for updating.
    You can add this under Custom > CSS in the Customizer.

    .x-navbar .mobile .x-nav li > a {
      color: #b7b7b7 !important;
    }

    Hope this helps.

    Cheers!

    #864891

    scotshurdler
    Participant

    That’s fixed that up thanks, any tips on how to tighten the spacing between menu items? They are still dropping off the menu at the bottom

    Cheers

    N

    #865374

    Rupok
    Member

    Hi there,

    Thanks for updating. You can use this code :

    .x-nav-wrap.mobile.collapse.in {
      padding-bottom: 35px;
    }

    Hope this helps.

    Cheers!

    #865598

    scotshurdler
    Participant

    Great thanks guys!

    N

    #865779

    Zeshan
    Member

    You’re welcome! 🙂