Hi team,
On mobile, the button of my previous image is too close to the image in the next column. How can I create space please? Screenshot
attached.
Hi team,
On mobile, the button of my previous image is too close to the image in the next column. How can I create space please? Screenshot
attached.
Hi @fitnizfury,
Thanks for reaching out.
Make sure to add bottom padding to the upper section or row. It happens because there is no space under the section/row which is noticeable once it breaks into a single column in mobile devices.
Thanks!
Hey Rad, the issue is that they’re both in the same section so adding padding in the above section moves them both down but doesn’t change the space between each of these two. I’ve attached a screenshot. 
The issue is on mobile… when they stack one on top of the other, there is no space between the top orange button and the image of the second one. Can this be fixed please?
Thanks so much
Ramona
Hi @fitnizfury,
To fix it, you could add a gap below the home booty guide button

Or add this in your custom CSS:
.e447-25.x-anchor {
margin-bottom: 20px;
}
Hope it helps.
Let us know how it goes.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.