Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268225
    maxmadeseo
    Participant

    Hi, is there a way in the customize theme or even some simple CSS I can input to remove the strip of space between the header media and the main page content on the home page. There is a strip of just the background color between the two and it looks weird so wanted to get rid of the gap. Any help would be greatly appreciated. I am building the site on a temporary URL and you can see the homepage here: http://hvn.597.myftpupload.com/

    #268266
    Skandha
    Participant

    @maxmadeseo: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content, .home #content .wrapper  {
        padding-top: 0;
    }
    .home #content .wrapper article .entry-header {
    	margin-bottom: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #268296
    maxmadeseo
    Participant

    Skandha you’re the man! That worked thank you.

    #268302
    Skandha
    Participant

    @maxmadeseo: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/photofocus/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove space between header media and main page content’ is closed to new replies.