• Resolved phaon3d

    (@phaon3d)


    Just trying to resize the footer widgets. Area is to too large. Tried altering the stylesheet but nothing is shifting.

    tried this

    footer-widget-area { padding 15px 0 !important; }

    Thanks for any help in advance and hope you all had a good weekend.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site?

    Thread Starter phaon3d

    (@phaon3d)

    Apologies

    phaon3d.com

    Looks like you’ve just forgotten the colon:

    .footer-widget-area { padding: 15px 0 !important; }

    Also, be aware that if you edit the theme’s stylesheet directly, you’ll lose those changes if the theme is ever updated, to fix security issues or bugs or to add new features. If your theme has a built-in custom CSS option, it’s best to use that, or a custom CSS plugin.

    Thread Starter phaon3d

    (@phaon3d)

    Thanks Stephen.

    Everything seems to be ok now.

    Yep will create a child theme one of these days.

    Thanks for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Resizing footer widget height.’ is closed to new replies.