Site logo

[Resolved] Exception to global widget padding setting

Home Forums Support [Resolved] Exception to global widget padding setting

Home Forums Support Exception to global widget padding setting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1065020
    Karl

    Hello,

    I use the customizer for standard control with the widget padding, now set to 40,40,40,40.
    But I want to make one image widget without padding.
    What is the best way?

    best regards
    Karl Aakerro

    #1065025
    Leo
    Staff
    Customer Support

    Hi there,

    CSS is needed.

    Are you referring to the third sidebar widget with the image?

    If so try this:

    .sidebar #media_image-3 {
        padding: 0;
    }

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

    Then make sure the image is around 310px in width so there isn’t any space in either side.

    Let me know if this helps 🙂

    #1065048
    Karl

    Hi Leo,
    This worked fine. Just put it into Simple CSS.
    Thank you!

    Karl

    #1065110
    Leo
    Staff
    Customer Support

    No problem 🙂

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