Hi there,
I’m on the Debut theme and struggling to remove the white space between my slideshow and rich text box. I would like the green box to come up to the bottom of the slideshow. Any advice would be greatly appreciated!
Hi there,
I’m on the Debut theme and struggling to remove the white space between my slideshow and rich text box. I would like the green box to come up to the bottom of the slideshow. Any advice would be greatly appreciated!
Your shop is password protected. Please provide password.
gleuch
sorry for that issue
how to check because your store password protect can you please share us so i will check and let you know
gleuch
thanks for it
please add this code
.main-content .shopify-section:first-child {
padding-bottom: 0;
margin-bottom: -55px;
}
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.index-section {
padding-top: 0px !important;
}
[class*=index-section--flush]:first-child {
margin-top: 0px !important;
}
}
Thank you for your help! This didnt work.
Please add following css code your css file .
@media only screen and (min-width: 750px){
.template-index .main-content {padding-top: 0px;}
#shopify-section-162845967988890f21.index-section {
padding-top: 55px;
padding-bottom: 0px;
}
}
that worked! thank you!
Thanks!
Hi, me again,
I changed some things up and I’m wondering if you can now help me remove the padding between the green GET TOASTY and the black copy below it?
Thanks so much!
I’m sorry, that didn’t work.
can you please mark which padding do you have removed?
I added the code you provided at the bottom of theme.css