Best Premium and Free WordPress Themes › Forums › Education Base Pro › How can I get rid of space at end of every web page
- This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by
acmesupports.
- AuthorPosts
- March 20, 2019 at 1:39 am #48591
Keith Goretski
Participanti noticed at then bottom of every site page there is a blank white 5 inch space. when i inspect the code i can see what it is. when i change the background color of the web page it leaves out the bottom as if something is there. the code that is producing it is this: when i delete the code below from inspect the space goes away. how can i get rid of it completely?
<div id=”content” class=site-content container clearfix” style=”transform:none;”> == $0
site-content {
margin: 0 auto;
padding-top: 30px;
background: #fff;
margin-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;also i notice even though i do NOT use blogs/posts and i have none, i can see during inspect at the bottom of EVERY page : since it doesnt exist it creates a blank white space.
<div class=”theiaStickySidebar” style=”padding-top: 0px;/* padding-bottom: 1px; */position: static;transform: none;”><main id=”main” class=”site-main” role=”main”>
<article id=”post-1157″ class=”slideInUp1 post-1157 page type-page status-publish hentry”>so that is also taking up a few spaces of the bottom of every page. how can i get rid of both of these from every web page i have and create? please help, my help site isn’t published yet, but i can’t launch like this. also when previewing web pages it doesn’t pull up my main menu or colors or the feature pictures….it is all defaulted.
March 20, 2019 at 2:34 pm #48632acmesupports
ModeratorDear Keith,
Our developer team shall observe your issue and reply you back.Best Regards!
March 20, 2019 at 5:28 pm #48640Keith Goretski
Participantok thank you. you can still use the login and password i sent you previously. it happens on every web page, even when i create NEW pages and do nothing to them. you can see it plainly on a page i created called About Us. i made the background black so the artifact stands out white at the bottom – easier to see. if you need me to reset the password let me knwo.
March 21, 2019 at 7:57 am #48670acmesupports
ModeratorDear Keith,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSS.site-content{ margin-bottom:0; padding-bottom:0; } .hentry { margin: 0; }
Best Regards!
- AuthorPosts
- You must be logged in to reply to this topic.