Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48357
    Kim
    Participant

    How can I eliminate some of the space between the sidebar widgets?

    #48358
    Kim
    Participant

    Pushed send by accident!

    Check out the space between the Beauty Bytes and the widget above it:
    hidemyage.com/about-me-beauty-enhancing-products/

    Kim
    Thanks!

    #48369
    Sakin
    Keymaster

    @Kim: Since you have remove the border in the widget image. You can also remove the padding and margin in the widget image to make the space even. So, can you find the following css in your Custom CSS box:
    .widget_image img { border: none; }
    Then replace it with the following css:

    .widget_image img {
        border: none;
        margin: 0;
        padding: 0;
    }
    #48464
    Kim
    Participant

    Thanks!!!

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