- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 08:20 PM
Hi ,I want to add space between container and widget , i try it to add this
.My height{
height: 550px;
}
in page specific css but still don't working,
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 09:28 PM
Use Margin property in %,px and rem
it will help you
Ex: margin:200px;
Please mark Correct and helpful on the basis of impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 09:28 PM
Use Margin property in %,px and rem
it will help you
Ex: margin:200px;
Please mark Correct and helpful on the basis of impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 09:28 PM
Hi
You'd need to use the "margin" property in the css to give spaces around the object.
Assuming that you have added the "my-height" class to the widget's parent HTML div, you can use
.my-height {
margin: 15px !important;
}
Thanks & Regards,
Rishabh Jha
Aavenir (http://www.aavenir.com/)