Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there amusor,

    Hope you’re well today!

    There is 15px top and bottom margin on those images inside your widget area which you can remove with some custom CSS.

    To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    #widgets img {
        margin: 0 auto;
    }

    If the code doesn’t work please keep it added and let me know so I can take a look ??

    Best regards,
    Bojan

    Thread Starter amusor

    (@amusor)

    hmm. I have a custom css, but i dont think anything happend when i pasted the code in.

    Hey again amusor,

    I’ve checked your site and I can’t see the code added when inspecting your site, did you remove it?

    If yes, please add it again and let me know so I can see if the code is being overridden by something.

    If no, are you using any caching plugins on your site?

    Best regards,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘REduce whitespace in widget??’ is closed to new replies.