Padding between two containers/ widgets

vamshi krishna4
Giga Guru

Hi All,

 

I have a requirement to add padding between the first and the second row of widgets in the below screenshot. i need some help on achieving this.

find_real_file.pngThanks in advance.

Regards, 

Vamshi

2 REPLIES 2

Allen Andreas
Administrator
Administrator

Hi,

You can review adding CSS to try and utilize padding, otherwise, add another container in-between and that may give a small gap if that's what you're looking for.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Aishwarya Thaku
Tera Expert
Tera Expert

Hi,

 

You can add CSS Class to the container itself by clicking on the container in page designer and then click the pencil icon. 

 

For example:

CSS class - myContainer

 

Add this class to the page specific CSS such as -

.myContainer{

   height:350px;

}

 

Please mark as correct or helpful if it works

 

Thanks,

Aishwarya