• Resolved hannahliz

    (@hannahliz)


    Hello,
    I’m trying to fix the css code for the footer widgets on my website, sb.co. The regular widgets had a good sized margin around the text, but the footer widgets have no margin at all. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • given how they are coded you cant use margin. use padding instead. try this in your custom css or child-theme’s style.css file

    #footer-widgets .widget {
        padding: 1.618em 1.618em !important;
    }
    Thread Starter hannahliz

    (@hannahliz)

    It worked. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget has no margins around text’ is closed to new replies.