Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #905075

    Hello!

    I am having an issue with how my footer menu and footer copyright text are being displayed on mobile devices.
    The second line of text/links are not spaced correctly (no spacing between 1rst line to 2nd line).
    Is there any CSS to correct this?

    #905761

    Hey onegirlrtw,

    what mobile browser you are testing please?

    Best regards,
    Basilis

    #905772

    Chrome (on iPhone 6)

    Thank you!

    #905976

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #socket .menu li {
        margin-bottom: 20px;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #906900

    Perfect. Looks great. THANK YOU!

    #907010

    Hi,
    Glad Nikko was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer link menu spacing on mobile devices’ is closed to new replies.