How can I shrink or better control the space between my widgets? http://mashitout.com/home/ I’ve been constantly trying to change image heights and it helps a little but I’d really like to get the side bar widgets right next to each other.
Hey Barabbas!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.widget { padding: 30px 0 0 0; }
it will remove bottom padding
Best regards,
Yigit
Do I control the padding size by modifying the px? “.widget { padding: 10px 0 0 0; } ” is currently what I have reduced it too but it seems it’s not having much of an effect.— edit, It seems to be shrinking it thank you. I guess I will have to trim down image sizes for the “Checkitout.png” and others to get them closer?
Hey!
Please flush browser cache and refresh your page a few times. I can see the changes. It was like following by default
.widget { padding: 30px 0 30px 0; }
second 30px value controls the bottom padding and first one controls the top.
Best regards,
Yigit
Oh wow thank you I will keep working with it