Tagged: combo widget
Hi!
Is it possible to lessen the padding below the Combo Widget?
View this page on my website: http://www.ocreurope.com/news/
The sidebar to the right has the combo widget but there is a lot of “white space” below, can this be changed?
thanks!
Hey Swedfit!
You have an empty text widget there. Please remove it in Appearance > Widgets or add following code to Quick CSS in Enfold theme options under General Styling tab
div#text-9 {
display: none;
}
Best regards,
Yigit
Hi!
I dont, i only have a text widget with an adsense code in it.
IS there a css code to lessen the padding at the bottom of the combo widget?
Hi!
You can add following code to Quick CSS as well
.page-id-11 .column-top-margin {
margin-top: 10px;
}
Top News on the left is higher then combo widget, that is why there is big whitespace under combo widget
Best regards,
Yigit
I have a similar issue her http://samolis.family/en/writers/. I copied and pasted your code but maybe the page id is wrong? How to I find the id?
Could you assist?
Hi,
Try this code in the General Styling > Quick CSS field:
#black-studio-tinymce-13,#avia_combo_widget-2 {padding-bottom: 0px !important;}
#avia_combo_widget-2 .tabcontainer {margin-bottom: 10px !important; }
Best regards,
Mike
It worked!
I just changed the padding-bottom: 10px so that there is some space inbetween between the widgets.
Thank you!