Get rid of white space on featured product section

www.kidkartz.com

Would really appreciate assistance on how to get rid of this white space circled in the screenshot! Thanks!

Hello @nondualreality :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.product__xr-button {
    display: none;
}

The result

Hope that helps!

Hi @nondualreality

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

Theodore | PageFly

I can see the XR button now thanks! I didn’t even know it was there… but I can’t seem to get rid of it or make it functional at least it doesn’t lead to anywhere currently, unresponsive…same thing with the product page, it’s just a blank white space right now how can I get rid of that T^T thank you!!!

theme.liquid

.product__xr-button { display: none !important; }

worked!