Hi
Im trying to remove the spacing between the blocks in the 'custom content' section.
See attached image.
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Hi
URL is https://renomed-usa.myshopify.com/
password: iwheup
I copied the 'custom content' section into a new template for the 'About' page.
There is a link to the about page in the navigation.
Do you want to remove this sapce ?
Hi
No the space between rows (although I might want to try that)
The space between columns (left and right of images)
See attached.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
#about .custom__item-inner.custom__item-inner--text {
margin-left: 20px;
margin-right: 20px;
}
#about .custom__item{
padding-left: 0px !important;
}
Hope this helps.
Thanks!
Wow, thats awesome.
Worked like a charm.
And if I want to get rid of the space between rows, like you initially thought?
This is an accepted solution.
Thanks!
For this, you can use the following.
#about .custom__item{
margin: 0px !important;
}
Thanks!
User | Count |
---|---|
421 | |
209 | |
144 | |
56 | |
42 |