Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #207140

    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.

    #207144

    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

    #207153

    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?

    • This reply was modified 10 years, 10 months ago by Barabbas.
    #207154

    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

    #207156

    Oh wow thank you I will keep working with it

    #207158

    Hey!

    You are welcome! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Space between widgets’ is closed to new replies.