Okay
  Public Ticket #1315761
Reduce padding on footer form widget
Closed

Comments

  •  1
    Kris started the conversation

    Can you provide me with the necessary CSS to tweak (reduce) the gap between the heading/title of the widget and the actual form items (e.g. Name and Email) on the forms widget in the footer area?


  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body[data-form-style="minimal"] .minimal-form-input {
        padding-top: 5px !important;
    }

    Thanks


    ThemeNectar Support Team