Dawn theme customization on custom coded vertical featured collection list

Solved

Dawn theme customization on custom coded vertical featured collection list

Sivadarshan
Shopify Partner
266 1 49

I'm using dawn theme latest version in that, I added an custom code vertical featured collection on my home page in that desktop view is good but, in mobile view in top taking more space, so how to reduce the space on top but no animation or cuttings should be there.

 

website: https://2512in.myshopify.com/

Password: 2512

 

Desktop View: 

 

Sivadarshan_0-1740226001909.png

 

Mobile View: ( I need to remove the white space marked in red color)

Sivadarshan_1-1740226028369.png

 

 

Accepted Solution (1)

DaisyVo
Shopify Partner
4277 469 561

This is an accepted solution.

Hi @Sivadarshan 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
@media screen and (max-width: 768px){
.featured-cards-container {
    height: 54vh !important;
}
.featured-cards-slider {
    top: 8vh !important;
    height: 100% !important;
    overflow: unset !important;
}
}
{% endstyle %}

 

 

DaisyVo_0-1740229469469.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
4277 469 561

This is an accepted solution.

Hi @Sivadarshan 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
@media screen and (max-width: 768px){
.featured-cards-container {
    height: 54vh !important;
}
.featured-cards-slider {
    top: 8vh !important;
    height: 100% !important;
    overflow: unset !important;
}
}
{% endstyle %}

 

 

DaisyVo_0-1740229469469.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution