Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #78533
    Makarov
    Member

    Hi ,

    this is my site:

    and i would like to remove the white spaces right and left of the header image on top

    is it possible?

    thanks
    Makarov

    #78534
    Makarov
    Member
    #78538
    Makarov
    Member

    i have fixed it with
    /* Insert Custom CSS here */
    #hgroup-wrap, .hentry, .comments-area article {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    }
    but i still have some space left on top

    any hints?

    thanks

    #78560
    Sakin
    Keymaster

    @Makarov: You can replace your css:

    #hgroup-wrap, .hentry, .comments-area article {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    }

    With the following:
    #hgroup-wrap, .hentry, .comments-area article { padding: 0; }

    Then add the following css:
    #site-logo { padding-top: 0; }

    #78579
    Makarov
    Member

    Thank you sakin you made my day!

    🙂

    M

    #78593
    Sakin
    Keymaster

    @Makarov: Thanks for your appreciation. If you like my support and Catch Everest theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform

    #78599
    Makarov
    Member

    will sure do.

    one more thing,

    how can i remove the Navigation Links? like in my home page the written HOME.

    Thanks

    #78613
    Sakin
    Keymaster

    @Makarov: If you want to remove that HOME text in homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content .entry-header { display: none; }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove spaces (margins) from header’ is closed to new replies.