Hi,
I am currently working on updating my website (free dawn theme) and wanted to change the banner however it leaves a lot of empty white space above the banner itself. What can I do?
-
I can only select “adapt to first image” as banner height otherwise the banner does not show
-
I have resized it several times but the issue remains the same (current size 1000x400px; 1200x800 and 2500x600 also did not work)
-
I adjusted the Custom CSS code connected with the picture with a top margin of 0 (bottom and sides are fine)
-
I tried the solution of adding this below code in the liquid file but also no response
<style>
.banner {
margin-top: 0 !important;
}
</style>
Hi @JFish25 ,
Please share the store url link.
HI @JFish25
Please share your store URL and the link of the spot you want to correct
Best,
Daisy
Hi
Can you share store URL?
Link
Not sure if it works since this one is just an unpublished version though…
I think it might connected to the .75 part here but not sure
{%- style -%}
.section-{{ section.id }}-padding {
padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}
@media screen and (min-width: 750px) {
.section-{{ section.id }}-padding {
padding-top: {{ section.settings.padding_top }}px;
padding-bottom: {{ section.settings.padding_bottom }}px;
}
}
{%- endstyle -%}