Hi!
I want to lessen the spacing between several elements on my page: http://www.ocreurope.com/news/. View the image to see where i want to have less padding.
Hi!
“Access denied”
Can you upload your screenshot on imgur.com or Dropbox public folder and post the link here?
I have not seen your screenshot but please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease the padding of main content
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Cheers!
Yigit
dropbox :)
https://www.dropbox.com/s/yf685v1csxgk5hh/Skärmavbild-2014-07-08-kl.-23.19.47.jpg?m=
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .column-top-margin { margin-top: 10px; }
div#av-magazine-2 { margin-bottom: -5px; }
div#text-10 { margin-top: -40px; }
Regards,
Yigit
Thanks it worked. how do i get the same results on this page as well: http://www.ocreurope.com/gear/
They use the same layout but the changes only affected the news page and not this.
Hey!
Please add following code to Quick CSS as well
div#text-8 {
margin-top: -60px;
}
Cheers!
Yigit
thanks mate