Archived topic
Widget Padding Issue
5 replies · Started by Jet on July 25, 2018
Hi,
Even thought I reduced padding in the sidebar layout - it still remains. How do i fix this?
Hi there,
Try this CSS:
#media_image-3 {
line-height: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
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?
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;
}
Thanks - you're the man!
No problem :)