• Resolved selestaltd

    (@selestaltd)


    I’ve been experimenting with various foot widgets. Is there a way of changing the padding around them and within them ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • salsaturation

    (@salsaturation)

    @selestaltd

    Please post a link to your site.

    Thread Starter selestaltd

    (@selestaltd)

    Hi – it’s at https://www.e-maginative.net

    salsaturation

    (@salsaturation)

    If you don’t already have a Child_Themes or the theme offers nowhere to put a custom css, then you should install a plugin like Jetpack then add the following to the custom css area… adjust the sizes accordingly

    .sidebar-footer {
        padding: 0em 3.125%;
    }
    
    .design-credit {
        margin-top: 0;
    }
    
    .footer-content {
        padding: 0.5em 3.125% 0;
    }
    Theme Author Ben Sibley

    (@bensibley)

    Hi @selestaltd, the CSS shared above can be placed into the “Additional CSS” section in the Customizer (Appearance > Customize).

    Also, the following CSS, in particular, will change the padding within the widgets:

    .site-footer .widget {
      padding: 1.5em;
    }

    @salsaturation thanks for the help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Padding in and around footer widget’ is closed to new replies.