Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #239376
    sammyshayne
    Participant

    How do I get rid of the space between where my menu ends and my pages begin? My site is http://www.couchfame.com

    #239388
    Skandha
    Participant

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

    @media screen and (min-width: 85em) {
    	.site-content {
    		padding: 20px 0;
    	}
    }

    You can change the padding according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #239458
    sammyshayne
    Participant

    I tried that and I still have the same large white space on each page!

    #239545
    Skandha
    Participant

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

    #content .entry-header {
        display: none;
    }

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

    #239602
    sammyshayne
    Participant

    so the advanced css in total should be this? Not sure why it isn’t working for me!


    @media
    screen and (min-width: 85em) {
    .site-content {
    padding: 0px 0;
    }
    }
    #content .entry-header {
    display: none;
    }

    #239636
    Skandha
    Participant

    @sammyshayne: Hello there,
    Can you let me know on which page you are still getting blank space below the menu?

    Kind Regards,
    Skandha

    #239692
    sammyshayne
    Participant

    Yes there is a large white space in between the menu and the content on every page!

    #240137
    Skandha
    Participant

    @sammyshayne: Hello there,
    I checked your site and I don’t see white space between the menu and the content on any page.
    Can you please attach me a screenshot of how the space is showing up at your end?

    Kind Regards,
    Skandha

    #240243
    sammyshayne
    Participant

    mobile page

    #240244
    sammyshayne
    Participant

    pc

    #240258
    Skandha
    Participant

    @sammyshayne: Hello there,
    I did not get the screenshot links. Can upload the screenshot images to platforms like Google Drive or Dropbox and then paste the link here?

    Also try adding the following CSS Code.

    .singular-section {
        padding: 0;
    }

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

    #240308
    sammyshayne
    Participant

    https://drive.google.com/file/d/1jMglPYaf6KJhweFlS7-766rpPqAXvCxc/view?usp=sharing

    It still looks the same! I see the white space on chrome and my phone as well!

    #240362
    Skandha
    Participant

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

    #content {
         padding:0;
    }

    Let me know if this resolves the issue.
    Kind Regards,
    Skandha

    #240393
    sammyshayne
    Participant

    It worked! Looks a million times better thank you so much for your patience and help!

    #240447
    Skandha
    Participant

    @sammyshayne: 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/clean-fotografie/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 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Delete white space under menu’ is closed to new replies.