• Hi,

    I would like to have a bit more space between each widget on the sidebar.
    Please refer to my website https://sakeloversguide.com/?page_id=355

    e.g. I’d like some more space between Top 10 posts of the week and Categories, etc.

    I’m a newbie so non-technological explanation would be much appreciated!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are different ways to approach this…would highly recommend viewing this snippet…other browsers have similar tools…

    I have found to get the best spacing on my own site is to adjust each widget individually because different widgets have different “apparent” spacing…so for example, the two mentioned above could be achieved with something like this in your child theme’s stylesheet: #categories-2 { margin-top: 25px; }

    Thread Starter ryok

    (@ryo113k)

    Thanks so much deputy05.
    Making space above the category widget worked perfectly.
    How would I change other widgets individually? Ive been trying to do it by replacing ‘categories-2’ with something, but don’t really know exactly what to put there.. thanks again in advance!

    Watch the 6-minute video on deputy05’s link and you’ll be able to see them for yourself.

    Right now, you have:

    .social-block.widget.widget_social
    #search-2
    #text-4
    #text-10
    #wpp-7
    #categories-2

    Or, if you would like something simple . . . just insert a standard text box between widgets and enter this code:
    <div style=”height:4.4em;”> </div>
    You can edit “4.4” to alter the spacing

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