Okay
  Public Ticket #3639444
Footer row spacing
Closed

Comments

  •  1
    steve started the conversation

    How can I adjust the spacing between the rows of text in the footer (1st attached screen shot)?  I'd like more padding/space between the rows.  

    Google is giving me a warning that the text is overlapping on mobile (tap target overlap - see 2nd attached screenshot).

    Attached files:  ordway-footer.png
      ordway-footer-tap-targets.png

  •  1,875
    Judith replied

    Hi there,

    Thanks for writing to us.

    I see the rows well-spaced from my end :https://monosnap.com/file/lTKhsxi7RImJgk163nQCk5EMkR2Ct4

    Please let us know specifically where you would want us to space.

    I look forward to your response.

  •  1
    steve replied

    I'd like to double the spacing between the rows under the Products menu in the footer (see attached screenshot)

    Attached files:  ordway-footer.png

  •  8,838
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    ul#menu-footer-products li {
        margin-bottom: 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    steve replied

    Thanks!