White space before page content, right after top menu

  • Author
    Posts
  • #124599

    HI.
    I want your help. I am using Nirvana, and in home page everything is ok. But in the other pages, right after menu there is a white gap. Same happens at the bottom of page, right before footer. For these pages I am using Elementor, and I have made top and bottom margin zero.
    Please help. Thanks

    #124616
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #124697
    #124698
    This reply is private.
    #124740
    Zed
    Cryout Creations mastermind

    Hi,

    Try using the following custom CSS to customize the theme’s predefined spacing:

    body #forbottom {
        padding-top: 0;
        padding-bottom: 0;
    }
    body #footer {
        margin-top: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #137362

    Hi,

    I’m trying to reduce the white space between items on my presentation page. My website is: giomaregroup.com. Trying to reduce the white space between the logo and Our Services as well as the white space between Our Mission and Vision and the picture icons. How can I do this?

    Website: giomaregroup.com

    #138712
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s presentation page sections are designed to be used with different background colors (in which case the extra spacing makes sense).

    With a uniform background, these spaces add up. To reduce them, try the following styling:

    #front-text1, #front-text2, #front-text5 {
      padding-bottom: 0px;
    }
    #pp-texttop, #pp-textmiddle, #pp-textbottom,
    #front-columns-box, .presentation-page #content {
      padding-top: 25px;
      padding-bottom: 15px;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘White space before page content, right after top menu’ is closed to new replies.