I am Using The Shopify Minimal Theme
I am using the Loox Reviews App and I noticed at the bottom of my product page, where it shows the Reviews, there was VERY little space between the Very Bottom of my Product Description Text, and where the Reviews are Displayed. It looked weird.
Right below / after the link in my Product Description where it says “Metal Fusion Beyblades”, is Where The Reviews Are Shown (and where it also says “Write a Review”).
To Add the Correct Amount of Space here, I did the Following:
I Added This Code to “Theme.scss.liquid”:
.product-single {
margin-bottom: 50px !important;
}
This Worked PERFECTLY, For Both Desktop PC, And For Mobile!
And I think this is fine, because the “Loox Reviews” App Adds the Code at the VERY VERY Bottom of the “Product-Template.liquid” File, Which I am Assuming is Below All of my Product Page Description Text (Which Was Exactly Where I Needed the Extra White Space)
Also, if anyone can check my page with all of the different browsers and see if it looks right on all of them, that would be great. Here is the link to my Beyblade product page (the page in question): https://beystation.com/products/basalt-horogium-beyblade-bb-104-twisted-tempo-145wd
So Here is My Question:
Was this a GOOD Way to Do it? Are There Any Issues With This?