Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #43076
    Kim
    Participant

    How do I remove the extra space above the search bar in the right column and above the slider?
    My website it Hidemyage.com

    Thanks!
    Kim

    #43082
    Sakin
    Keymaster

    @Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box. And if you further want to decrease then decrease the padding-top from 10px to 0
    #main { padding-top: 10px; }

    #43084
    Kim
    Participant

    GReat!! How can I remove all the added white space between the posts?
    :))
    K

    #43089
    Sakin
    Keymaster

    @Kim: Reduce the margin and padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .hentry {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #43116
    Kim
    Participant

    Thank you! That worked great except on the space above the top post. How can I minimize that?

    #43144
    Sakin
    Keymaster

    @Kim: Not sure which space you are talking about. try adding in the following css and check in.
    .entry-title { padding-top: 0; }

    #43165
    Kim
    Participant

    Worked!
    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Space above Slider and Search Bar’ is closed to new replies.