Site logo

Archived topic

how set gap between widget content are equal automatically ?

9 replies · Started by Feber on May 17, 2022

Viewing posts 1–10 of 10

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.

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!

This archived topic is closed to new replies.