Hi, Does anyone know how to make the main home page image fit the width of the screen on mobile view?
Thanks
Hi, Does anyone know how to make the main home page image fit the width of the screen on mobile view?
Thanks
Hi @adon1
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi @adon1
Hope my solution can help you:
Step 1: Online Store > Theme > Edit code
Step 2: Find and open file “theme.css” and insert code at the end of file. Then save your change.
@media (max-width:767px){
.feature-row-wrapper:has(.feature-row__images) {
padding: 0;
}
}
I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.
Have a nice day sir!