Hi All,
My mobile version of Narrative theme works great but my desktop version in products slams the Customer Reviews, Variant & Qty and Product Description sections all together with no padding.
I want at least 5px between them all. Can anyone suggest an easy fix for this? The problem occurred when I added the reviews. Before then there was plenty of space.
See attached
Cheers
Adam
@Bohcraft - can you please share this page link?
Https://bohcraft.co
Then browse to any of the products from within a collection.
@Walkadwill @Bohcraft - please add this css to the very end of theme.scss and check -
.product__form-container .product__form-wrapper {
padding-left: 10px;
padding-right: 10px;
}
@suyash1
My Narrative theme doesn’t have a theme.scss
There is a theme.scss.liquid under assets. I’m concerned about the deprecated file warning and other posts from users about modifications breaking their site.
Could you please review the above and confirm any further instructions/thoughts.
Cheers
Adam
@suyash1
I hunted around and found theme.scss.liquid and went to the end of that file and pasted your suggested code and saved and loaded the desktop products page.
Brilliant. Solved. Thanks mate. You’re so kind. Kudos
1 Like
Please add vas to this file only