Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #252936
    nrgjdoria
    Participant

    I tried most of the CSS I see here at the forum to remove or reduce top and bottom blank spaces especially when I hide the pages’ title but none of them work. Can you please provide a CSS code to remove the blank white space after the page title is removed, and also, how to reduce the padding or white spaces on top or bottom of the pages – for Foodie World Pro Theme.

    Thanks

    Nick

    #252984
    Skandha
    Participant

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

    body:not(.home).page .entry-header {
        display: none;
    }
    body:not(.home).page .singular-content-wrap {
    	padding: 0;
    }

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

    #253052
    nrgjdoria
    Participant

    It helps with the spacing of the grid and header, but still there’s a big white top and bottom spaces especially after hiding the Home page title. A quarter of an inch space looks better than two inches of blank white space (when viewed using a desktop computer screen) between pages on top and bottom of the page.

    I appreciate a CSS code to fix this. Thanks

    Nick

    #253156
    Skandha
    Participant

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

    .recent-blog-container .section-heading-wrap {
        display: none;
    }
    .home #content .entry-header {
        display: none;
    }
    .recent-blog-content-wrapper .wrapper {
        padding-bottom: 0;
    }
    .recent-blog-content-wrapper .more-recent-posts {
        margin-bottom: 0;
    }

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

    #253176
    nrgjdoria
    Participant

    It works. Thank you for your prompt and excellent tech support service you provide.

    Nick
    cookinginaction.com

    #253217
    Skandha
    Participant

    @nrgjdoria: Hello Nick, 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/foodie-world/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

    #253296
    nrgjdoria
    Participant

    Just did the review. Thanks again.

    #253333
    Skandha
    Participant

    @nrgjdoria: Thank you for your wonderful review. Have a great weekend. 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Top and Bottom Blank Spaces’ is closed to new replies.