Hi! I’m curious to know if anyone can help me reduce the size between sections on the product page using the Capital Theme by Eight Themes. I initially referenced this link https://community.shopify.com/topic/1951139 but cannot seem to locate the style.css within the assets folder to go ahead and paste the code. Is there another place where I should look to simply minimize the size between sections?
Thanks!
1 Like
Hi @CuriousMeredith
Wouuld you mind to share your store URL? Thanks!
@CuriousMeredith Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.
Sorry - I forgot to add this one in the original post:
Store: sciencewithmrsbarton.com
PW: sciwmrsb
@CuriousMeredith
add this code to your css file.
Navigate to the online store >> Click edit theme code.
Now find CSS file and paste the following code:
#shopify-section-template--15082097344593__app-product-reviews{
margin-top: 0 !important;
}
Can you provide a little more clarity around where to find the CSS file? When editing the code the file options I see are
-
Layout
-
Templates
-
Sections
-
Snippits
-
Config
-
Assets
-
Locales
@CuriousMeredith 6.Assets > header.min.css
Hm. No luck with that step. Thanks for trying to help!