Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #288403

    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!

    #288415

    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

    #288424

    Hi!

    I dont, i only have a text widget with an adsense code in it.

    #288428

    IS there a css code to lessen the padding at the bottom of the combo widget?

    #288431

    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

    #864283

    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?

    #864308

    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

    #864377

    It worked!
    I just changed the padding-bottom: 10px so that there is some space inbetween between the widgets.

    Thank you!

    #864504

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘less padding below Enfold Combo Widget’ is closed to new replies.