Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #336352
    Jeff Hudgins
    Participant

    Hello, I have an image for my footer which I would like to expand the whole width of the content area of the website (1200px). The full-sized image when embedded gets reduced to 1160px width with presumably 20px padding on the left and right. Is there some css code that can override this? I’ve tried to no avail. I’d like to eliminate any top padding as well so the image is flushed with the white content background. I currently have the image embedded in the Footer Area 2 widget. Thank you!

    https://www.one-reeler.net/

    #336354
    Sakin
    Keymaster

    Hi Jeff,

    You can add the following CSS in the “Appearance => Customize => Additional CSS” or in your child theme style.css.

    #supplementary .wrapper .widget {
      padding-left: 0;
      padding-right: 0;
    }

    Regards,
    Sakin

    #336355
    Jeff Hudgins
    Participant

    Thank you so much – it worked!

    Best,

    Jeff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove padding from footer image (Footer Area 2)’ is closed to new replies.