Tagged: 

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

    I would like to reduce the padding or margin above the combo widget in the third column of my footer. I think a -25 or something would get rid of that dead white space created by the blank text field above. If you can help with that or offer another solution, I’d appreciate it.

    genderpolicyreport.umn.edu

    #759196

    Hey Brigitte,

    Please add this to quick css:

    #text-6.widget.clearfix.widget_text{
    margin-bottom:0px !important;
    }

    #avia_combo_widget-2.widget.clearfix.avia_combo_widget{
    margin-top:0px !important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #760028

    Perfectly! Thank you so much.

    #760123

    Hi,

    No problem. If you need additional help, please let us know here.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Padding/Margin Above Combo Widget’ is closed to new replies.