II want to reduce white space between contents in the mainpage
You can confirm my white space problem below image
my site link : http://www.lawbis.com/
Hi wethepublic!
Please add following code to Quick CSS to remove the first section you showed
.content, .sidebar {
padding-top: 0; }
You have horizontal ruler elements in the second section, please remove them and whitespace should be decreased
Regards,
Yigit
Hi,
I am also looking to decrease the white vertical spacing between the layout elements.
In admin it is like: http://d.pr/i/sZRh/37zfJ7lS and in the frontpage: http://d.pr/i/4ehn/5Q9khwkU
Thank you in advance
Hey!
You can adjust the top margin of the columns using this:
body .column-top-margin {
margin-top: 10px;
}
Best regards,
Ismael
Great work, thank you Ismael :)