Hi, could someone please help me with removing this huge white space below my product description?
Store : winetric.dk
Pw : gohmip
Thanks!
Hi, could someone please help me with removing this huge white space below my product description?
Store : winetric.dk
Pw : gohmip
Thanks!
Hi @Isnds
It a space for a description. Try this one to remove it.
.section-description.box.section-border.text-center.small--text-center {
display: none;
}
And Save.
Result:
If you like to lesser the space more let me know.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, the code worked, thank you!
Is it possible to further decrease the margin in the spaces highlighted in the picture below? (It shouldnt be absolute 0, just lesser space between the sections)
Thanks!
Try this one. Same Instruction.
#section-template--19582422188362__main > div.product-single > div {
padding-bottom: 0px;
}
.product-single-reviews-wrapper {
margin: 0px !important;
}
#section-template--19582422188362__2e4e9378-e416-48d2-a4e5-144bfaffe8c4 > div {
padding-bottom: 0px;
}
.section-header {
padding-bottom: 0px !important;
}
.grid__item.large--six-twelfths.medium--six-twelfths.featured-row-right {
margin-bottom: 0px !important;
}
And Save.
i hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
hey, i really appreciate your help! ive made some changes to the site, would you be willing to help me again
im not sure if it was the previous code that caused this, but i’m looking for a larger margin between the images/gifs and the text header. do let me know if u need me to remove any code added from before. for some reason the second image has a larger space between the text compared to the first.
if possible, i’d like my mobile view (as in the spacing) to be similar to the one used in this website, including the left and right spacing of the body text from the sides of the phone.
hope you could help me once more. thank you!