Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #465023

    Hi
    How can I reduce the vertical space between widgets ?

    https://linxgo.com/inversores/noticias/

    Regards

    #465451

    Hi Claudio!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #avia_combo_widget-3 {
    padding: 0px 0 0px 0 !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years, 5 months ago by Rikard.
    #465780

    Hi Rikard

    I try does but not work … I want to reduce the space (height) for all elements of the theme … (I’d like the elements are more compact).

    If not possible, I will leave it … Thank you anyway

    #466321

    Hi!

    hm not sure what you mean exactly. Can you show us screenshots of what you want to achieve?
    Try this code:

    .sidebar .widget:first-child, .content .sidebar .widget:first-child {
    padding: 30px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.