Hello,
Using QUICK CSS how can I control the space (empty space) that exists between two layout elements?
Objective: To make the content become Close.
Hey CloudChoice!
You can add following code to Quick CSS
.content, .sidebar {
padding-top: 50px;
padding-bottom: 50px; }
If that does not do it for you, please post the link to your website so we can provide you more accurate custom CSS code
Best regards,
Yigit
Hi,
Thanks for the assistance, but I used this code:
.page-id-2836 div .av_one_third {
margin-left: 0%;
width: 32%;
}
.page-id-2836 div .av_two_third {
margin-left: 2%;
width: 66%;
}
Which works perfectly.
Thank You