How can I adjust the white space in Palo Alto design for wider product images?

Please refer to the images below. 1. Home Page and 2. Collection Page. In both images you will see that there’s a lot of white space in between products. How to stretch this enough so that each of the image cover half of the width. Please help

1 Like

Hi @Akhil3

Do you like to do it in one section or for all the section with collection of the product?

If only one section Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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: 749px) {
section#FeaturedCollection--template--20563497943343__2b3dfbaa-607d-4725-a1a5-9cdf57ae50e0 .carousel--mobile .carousel__item {
    margin-right: 1px
}
}
  • For all section try this.
@media only screen and (max-width: 749px){
main#MainContent .carousel--mobile .carousel__item {
    margin-right: 1px
}
}
  • I hope it help.
  • " :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "
1 Like

Unfortunately this didnt reply. Have Screenshot 1, Want Screenshot 2. Image in screenshot 2 is long, less distance between two images.

Screenshot 1

Screenshot 2