Hi
Can you tell me where to change the padding between the header and the image like on this page:
I want it to be 30px but can’t see where to change it for all the posts.
thanks,
N
Hi Munford!
Please add following code to Quick CSS
.content { padding-top: 30px; }
Cheers!
Yigit
I tried that, but it didn’t seem to work on that page.
I changed it to 30 px in the following code in my quick css:
/*main padding*/
.html_boxed #main {
padding-top: 0; }
.home .avia-section {
margin-bottom: 0px;!important;
margin-top: 0px;!important } }
.content {
padding-bottom: 10;!important; }
.content {
padding-top: 30px;!important; }
body .column-top-margin{
margin-top:20px;
margin-bottom:10px;
}
Pretty new to coding so I can’t see if I have a redundancy or something I don’t need.
??
thanks
Hi!
There are some typos, i fixed your code:
.html_boxed #main {
padding-top: 0;
}
.home .avia-section {
margin-bottom: 0px !important;
margin-top: 0px !important;
}
.content {
padding-bottom: 10 !important;
}
.content {
padding-top: 30px !important;
}
body .column-top-margin{
margin-top:20px;
margin-bottom:10px;
}
Cheers!
Josue
thanks very much!
appreciate your help.
You are welcome, always glad to help :)
Regards,
Josue