Lalie
-
Content Count
7 -
Joined
-
Last visited
Reputation Activity
-
Lalie reacted to tuanphan in Adjusting full bleed image v site padding
Q1. Add to Home > Design > Custom CSS
.homepage .Main-content { padding-left: 0; padding-right: 0; } @media screen and (min-width:641px) { .homepage .Main-content .span-12>*:not(:first-child) { padding-left: 50px; padding-right: 50px; } } Q3. Can you share link to Voucher product pages?
-
Lalie reacted to tuanphan in Adjusting full bleed image v site padding
See this. https://support.squarespace.com/hc/en-us/articles/360039396131-Duplicating-a-site
-
Lalie reacted to colin.irwin in Wells Template, Gallery Page - How to add padding?
Try this.
Insert it in the Custom CSS area (after any other code if you have any) and change the height and width to get the spacing you want.
.collection-type-gallery #thumbnails .thumb { background-color: #fff; } .collection-type-gallery #thumbnails .thumb img { width: 90%; height: 90%; }
-
Lalie reacted to tuanphan in Wells Template, Gallery Page - How to add padding?
add !important to after
eg: width: 40% !important;