Get rid of white space above home page static picture

  • Posted in : Read WP
  • bennash88
    Participant

    How do I get rid of the white space above my home page static picture?

    Also, is there a way to bring the footer up?

    Here is the link to my website: ben-nash.com

    serkan
    Moderator

    Hi @bennash88;
    You can check out this related topic ;
    https://www.pixelwars.org/forums/topic/minimize-padding-under-menu/

    .page .entry-content { padding-bottom: 0; }

    (This code will bring the footer little bit up)
    Thanks

    bennash88
    Participant

    Thank you for the quick reply!

    My footer spacing looks good. It’s the space between the top of the picture and my logo text I’d like to get rid of.

    What code should I use?

    serkan
    Moderator

    Hi @bennash88;
    You can use this custom css code;

    .site-header { padding-bottom: 0; }
    .home .entry-content img { margin-top: 0; }
    .home .entry-content p { margin-top: 0; }
    .home .page .entry-content { padding-top: 0; }

    Thanks

    bennash88
    Participant

    Thank you so much! It worked perfect.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register