Hi,
On this page, click here
You will see that there is a large padding above the image in the grey section. How can I fix that?
Thanks for your help.
Hi boag!
Please paste the following code in Quick CSS:
.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
padding-top: 30px;
}
Regards,
Rikard
Rikard,
Thanks for the reply. I tried that and it didn’t work. I also tried changing the padding-top size and that didn’t work either.
In the code it says header_transparency…. if this helps you at all, I am not using a header or transparent header. I don’t want a header on this page, only a logo so I am using a color section with an image of my logo.
Hey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.
Best regards,
Rikard
Hey!
Thank you for coming back.
Try the following and adjust the values:
#av_section_1 {
min-height: auto !important;
}
#av_section_1 .container {
padding-bottom: 10px !important;
padding-top: 10px !important;
}
To limit it to that page only:
.page-id-4057 #av_section_1 {
min-height: auto !important;
}
.page-id-4057 #av_section_1 .container {
padding-bottom: 10px !important;
padding-top: 10px !important;
}
Regards,
Günter