Hi,
I reshuffled by homepage on Debut theme and now the blog post section has a big gap between blog images and description which wasn’t there before. How can I fix this please?
My website is www.theconsciousgardener.co.uk
Thanks a lot,
E
Hi,
I reshuffled by homepage on Debut theme and now the blog post section has a big gap between blog images and description which wasn’t there before. How can I fix this please?
My website is www.theconsciousgardener.co.uk
Thanks a lot,
E
Hi @Elsie_TheCG
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.article__grid-image-container{
height: unset;
}
Perfect, thanks again.