Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856389

    ilportodeipiccoli
    Participant

    Hi, this is my website: Il Porto dei piccoli.
    When i visualize it on my smarthphone the menu bar is not well aligned.
    You can see in the following image what i’m trying to do.
    Screenshot
    Can you help me?
    Thanks

    #856391

    ilportodeipiccoli
    Participant
    This reply has been marked as private.
    #856459

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To achieve that, you can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 767px) {
       .x-navbar .x-social-global {
              float: left;
              padding-top:0;
       }
    }
    

    Hope that helps.

    #858479

    ilportodeipiccoli
    Participant

    thanks 🙂

    #858517

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!