This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
I want the row and column spacing between elements on home page to be same on desktop and mobile. I had made it the same on desktop but on mobile, it has changed. http://prntscr.com/lmtlyj
Kindly help me out regarding this.
Regards
Hello,
Please add this code in Global custom css:
@media only screen and (max-width: 992px) {
.banner{
margin-bottom: 30px !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up