Help! I haved been trying to find a solution to this issues for days. There is too much white space on my homepage. Too much above and below each “block” and too much between images. Below is a preview link to my store, not published yet.
https://arcticsealwinecoolers.com/?fts=0
Any help would be greatly appreciated.
1 Like
@Mark3347
oh sorry for that issue i can see look proper my end if possible to share issue images
You can see all the white space in the picture. The width of the screen is perfect but all the areas with the red I’d like to reduce the spacing.
1 Like
@Mark3347
try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.index-section {
padding-top: 10px;
padding-bottom: 10px;
}
.grid {margin-left: -10px;}
.grid__item {padding-left: 10px;}
Hi @Mark3347 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file:
.index-section {
padding-top: 10px;
padding-bottom: 10px;
}
.grid {
margin-left: -10px;
}
.grid__item {
padding-left: 10px;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
Thanks! Worked perfectly. Could you also help me with adding a phone number and a little text to my header? And to move the navigation menus down just above the line. Here are some pics. One is my current theme which has the phone number and business hours. The second is the new theme (both are Debut), but there is no place to add this information.
Here is how I want it to appear
Thanks!
1 Like
@Mark3347
its my pleasure to help us yes also possible to second change customization code at backend
1 Like
Is this something you can help me with?
1 Like
@Mark3347
It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like