Padding
-
Hi I have searched the forum for a solution but still can’t manage to fix this.
The site is https://www.bettingfamily.com and I would like to completely remove the white spaces that surround the slider image.
I have seen that the padding option here solves it when reduced to 0, but it then messes with other parts of the site.
.widget {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
overflow: hidden;
padding: 20px;I have also tried adding this to the end of .css but nothing happens.
.metaslider .widget {
padding: 0; /* remove padding */
}Any help would be much appreciated, thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Padding’ is closed to new replies.