[Resolved] Widget Padding Issue

Home Forums Support [Resolved] Widget Padding Issue

Home Forums Support Widget Padding Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #632542
    Jet

    Hi,

    Even thought I reduced padding in the sidebar layout – it still remains. How do i fix this?

    https://cl.ly/2g24001H0K3t

    #632674
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #media_image-3 {
        line-height: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #632734
    Jet

    Thanks! That fixed the bit under the image. How did you know to reference media-image-3?

    Any thoughts on the white on the sides of the button?

    #632795
    Leo
    Staff
    Customer Support

    I used browsers developer tool.

    As for the button, it’s because the button itself isn’t wide enough.

    I suppose you can change the background color of that widget to match the background color of the body:

    #custom_html-3 {
        background-color: #000;
    }
    #632837
    Jet

    Thanks – you’re the man!

    #632840
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.