Space in and between widgets
-
Hello,
Is it possible to make the (in my case white) spaces in and between the widgets smaller with CSS?
The theme i’m using is Gateway.Best regards,
JennyThe blog I need help with is: (visible only to logged in users)
-
Hello @nagelstudiogasselte,
This little CSS snippet should tighten it up slightly.
.widget { margin-bottom: 0em; } -
Thank you very much, tis solves the first problem.
Is there also anybody here who knows if the space in the widget can be changed? Between the tittle and the content is a big gap and i would love to have that smaller.
-
I’m playing with my css. This is what i’ve got:
.widget {
margin-bottom: 1.2em;
}.widget-title {
margin:0px;
}.wp_widget_tag_cloud a {
padding: 0.300em 0.2em;
margin-right: 0.300em;
margin-bottom: 0.300em;
}What i don’t understand is why the titles from all of the widgets are closer like i wanted except the title from the widget ‘rubrieken’. What i’m i missing?
-
I’m confused, why has the widget for text a H1? It’s not a tittle but just a text field. (Like to make the text in that widget smaller.
-
Here’s the CSS to reduce the top margin for the ‘rubrieken’ list:
.widget_categories ul { margin-top: 0px; }Which widget text would you like to reduce in size?
-
Thank you daschultemn, that works perfect.
I use only one widget for text. On the rightside under the top picture. I would like to keep the font but the size is to big.
-
Reduce it a little — adjust as necessary.
.widget_text h1 { font-size: 22.6px !important; } -
-
- The topic ‘Space in and between widgets’ is closed to new replies.