-
AuthorPosts
-
December 18th, 2021 at 23:11 #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. ThanksDecember 19th, 2021 at 03:12 #124616ZedCryout Creations mastermindHi,
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.December 23rd, 2021 at 23:51 #124697December 23rd, 2021 at 23:52 #124698This reply is private.December 26th, 2021 at 21:03 #124740ZedCryout Creations mastermindHi,
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.March 6th, 2023 at 20:58 #137362Hi,
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
April 28th, 2023 at 23:22 #138712ZedCryout Creations mastermindHi,
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. -
AuthorPosts
The topic ‘White space before page content, right after top menu’ is closed to new replies.