Archived topic
how set gap between widget content are equal automatically ?
9 replies · Started by Feber on May 17, 2022
Hi there,
How to create equal gap between widget content ?
How to do that without edit the css ? I think this theme have a default setting for content gap inside the widget
Thanks
Hi there,
can you share a link to your site where i can see the widgets?
hi there,
please check my website
Thanks
Can you link me to a specific post or page where i can see the widget ?
Please check my link
Thanks
Ok go to Dashboard > Appearance > Widgets then the GB Headline block can be selected and you can set its Bottom and Top margins to add space.
I have done it many times. https://prnt.sc/egbiwO0UNV7F
It works for bottom side. But not working for side.
There're multiple margin/padding settings in your first widget, and because the image is using floatCSS, the browser doesn't know how tall the first widget it, so all the spacing are messing up each other.
Try add this CSS to your site so you can have a better idea of your sidebar:
.inside-right-sidebar .wp-block-kadence-image.kb-image_685656-9c {
display: flex;
}
Hi there,
I delete my widget and recreate it again. It works well. I even didn't change margin and padding.
Thanks for your explanation.
Cheers
Glad you figured it out :)
You are very welcome!