I would like to reduce the spacing between the red arrows & remove the spacing between the blue arrow on the Brooklyn Theme. Any ideas?
Many thanks!
I would like to reduce the spacing between the red arrows & remove the spacing between the blue arrow on the Brooklyn Theme. Any ideas?
Many thanks!
Hi,
Can you please share your store URL?
Thanks
Sure! I just signed up and am on a 14 day trial and Shopify says I need to pay before I can remove the password. Should I sign up for a full membership now or am I able to make an account for you to log in?
Hi,
Please share password as well.
From your Shopify admin, go to Online Store > Preferences.
Go to the Password protection area.
Thanks
Ok, I paid for the membership and was able to remove the password so everyone can see it.
916test.myshopify.com is now viewable.
As for the password, I can’t share it her in the public but if you send me your info I can add you as a staff member.
Hi,
Add below css in timber.css file
.main-content{padding-bottom:0px !important}
.newsletter{padding:0px !important}
.newsletter .section-header+.section-subheading{margin-bottom:0px !important}
.newsletter .section-header {margin-bottom: 40px !important;}
Thanks
Hit Like and Accept as Solution
I have already built the following codes before
Hi,
Add an assets file called custom.css and add CSS in created file
Open theme.liquid file and paste the below code in between head tag
Save it.
Thanks