Solved
How to add Padding between Containers in responsive mashup (twx 9.1)
Hi ,
I am looking to add padding in between containers (responsive). Is it possible to maintain padding between containers? if yes how we can achieve this?
Thanks
Hi ,
I am looking to add padding in between containers (responsive). Is it possible to maintain padding between containers? if yes how we can achieve this?
Thanks
You can add padding with something like:
.myContainer .widget-content {
padding-left: 60px !important;
}
or a margin with:
.myContainer .widget-content {
margin: 60px !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.