This topic has 8 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Hello,
I want to add a right margin to my div on mobile, in order to have the same margin I have at the left.
Margin css property left works, but not margin right property. How can I fix that?
Please find screenshot.
Thank you.
Hello,
Please provide us with a direct page link where you want to add margin.
Regards,
Rose Tyler.
Hello,
On my home page:
Thank you.
Hello,
Go to Edit page > edit Row or Column settings and go to Design Options tab, there change padding and margin http://prntscr.com/dzaiiz
Or try to add this code in Custom CSS:
.home .textvideohome {
padding-left: 15px;
padding-right: 15px;
}
Regards,
Rose Tyler.
Hello,
Thank you but it doesn’t work. This code doesn’t move my block, only my text. I want to have a white margin at each side of my block. I have a grey background in my block.
Thank you for helping
Hello,
In this case, try to add this code in Custom CSS for mobile:
.home .textvideohome {
width: 90%;
margin-left: 5%;
}
Regards,
Rose Tyler.
Thank you, it’s ok !
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Margin’' has been successfully resolved, and the topic is now closed for further responses