How can I align this section to the one above? It starts to misalign at 770px and ends at 570px. It should be aligned and sized to reach from one end of the section to the other.
This section is align to other section above, This section called image with text. Not only image. If you like to align the grid image on mobile screen check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 767px){
section.image-text-grid-section .image-grid {
width: 100%;
}
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

