Okay
  Public Ticket #194825
Maichimp Widget
Closed

Comments

  • Nuno started the conversation

    Hello,

    Is it possible to center the for in this widget?

    Thanks

    Nuno

  •  8,838
    Tahir replied

    Hey Nuno!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .mc_form_inside {
        margin: 0 auto;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Nuno replied

    That worked, thanks. ;-)