Impulse Theme Update 7.2 - Product Recommendation Alignment Issue

I am in the process of updating the Impulse theme to the newest version. We have made a lot of tweaks to our site before the update and I have gotten most of them to transfer over, however the product recommendation section on the product page has been slightly resized and I cannot seem to figure out how to fix it.

I am attaching a photo of the current live site that is the old version (7.1) and the preview of the updated version (7.2). You’ll see that in the live/older version, everything aligns to the left fine with the main image, headings, and recently viewed. But in the preview of the update the product image and title of the recommended products are slightly to the left and I want them to left aligned with the rest of the content on the page.

LINK TO PREVIEW: https://sjn5eqr3ntv1k7v9-27198572.shopifypreview.com

Updated - Incorrect

Live - Correct

Hi @calebstephen

This is Victor 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,

Victor | PageFly

Hello @calebstephen ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


    .product-recommendations.page-width {
          padding: 0px !important;
    }
    

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team