Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45465
    rgamlam
    Member

    Hi! I was wondering if there was some basic html I could use to reduce the space between the boxes in the sidebar. I’d like to bring the boxes closer together.

    Here’s my site for reference: http://www.adventuresaroundasia.com

    Thanks so much!

    #45476
    Sakin
    Keymaster

    @rgamlam: I check in your custom css and you already have reduce it to 25px from 50. See this css.

    #secondary .widget {
        margin-bottom: 25px;
        margin-bottom: 2.5rem;
    }

    If you want to further reduce it then you can change that 25px to 10px or 5px or 1px or 0 as per your need.
    For example:
    #secondary .widget { margin-bottom: 5px; }

    #45497
    rgamlam
    Member

    Thanks Sakin! I actually tried doing that but it didn’t do anything for some reason. I even deleted a plugin I thought might be interfering.

    #45568
    Sakin
    Keymaster

    @rgamlam: The css hasn’t need changed. Look like there is Cache in your site. Go to W3 Total Cache settings and flush all cache.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce sidebar space’ is closed to new replies.