Tagged: white space, whitespace
How can I remove or specify the spacing between content elements in a column? I would prefer a more compact page and insert space as I need.
Hey norcalnathan,
Thanks for getting in touch with us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
nathanandriley.com/public_html/index.php
You’ll see the large white spaces, for example. I hope i’ve inserted the picture below correctly. I’ve put red lines where the whitespace is i’m referring to.
http://nathanandriley.com/public_html/wp-content/uploads/2016/05/Capture.jpg
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Best regards,
Yigit
That did not seem to work. I’ll supply my login details in the Private area.
Hi,
Please use following code instead
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
margin: 10px 0;
}
Best regards,
Yigit
Hi Yigit,
I added it in General Styling and it did not change anything.
Thanks,
Nathan
Hi,
Please add following code to Quick CSS as well
#tumblr-widget-2 { padding-bottom: 0; }
Best regards,
Yigit
I added the code in general styling and it did not change anything. If you look at the screenshot above, all places where the red lines are have the extra space that I want to be able to reduce or eliminate.
Hi,
Please refresh the page to clear cache and review the site now. i have added the below code fo further reduce spacing.
.grid-gallery-photos {
height:initial!important;
min-height:230px;
}
Best regards,
Vinay