I have very weird spacing between my gallery image and the text both on desktop and mobile. It is right where the homepage image is.
How can I reduce the spacing?
website is www.kimsmiley.com
Thank you.
I have very weird spacing between my gallery image and the text both on desktop and mobile. It is right where the homepage image is.
How can I reduce the spacing?
website is www.kimsmiley.com
Thank you.
Hello There,
.parallax-1616009679329fd3c6 .parallax-text {
padding: 0px!important;
}
@media only screen and (max-width: 746px){
.parallax-1616009679329fd3c6 .parallax-text {
padding: 10px!important;
}
}