Home Forums Square Menu links squished on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4517
    webg1rl
    Participant

    Hello, This is a great theme! I thought I was ready to show my client for review, but then I noticed on mobile the page links in the navigation are all squished together. I’ve tried changing the padding in the CSS and can’t seem to get it to adjust. Please help!

    #4530
    Hash
    Keymaster

    It looks like the CSS code you have added has broken the responsive menu

    .sq-main-navigation li {
        float: left;
        position: relative;
        line-height: 120px;
    }

    Remove the float:left parameter from the CSS

    #4541
    webg1rl
    Participant

    Works perfectly now. Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.