Hi,
I am using the Flow active theme and my mobile banners keep getting cut off on my home page, hvfoods.com. They are sized correctly but the top continues to get cut off. Does anyone have a quick fix for this?
Thank you!
Main issue: On the Flow Active Shopify theme, mobile homepage banners appear cut off at the top on hvfoods.com, despite being sized correctly.
What was tried:
Outcome:
Context/terms:
Status: Unresolved. The original fix did not work, and further suggestions or theme-specific guidance are requested.
Hi,
I am using the Flow active theme and my mobile banners keep getting cut off on my home page, hvfoods.com. They are sized correctly but the top continues to get cut off. Does anyone have a quick fix for this?
Thank you!
Hi @jdecedue
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file main.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
.flow-homepage {
margin-top: 140px !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi Henry and thanks for responding! I do not have a file named main.css. Could it be named something else?
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag → save.
@media (max-width: 767px){
.flow-homepage {
margin-top: 140px !important;
}}
That didn’t work, the code was showing up at the top of my home page, any other suggestions are very much appreciated and thank you!