Customizing slide-ins

I want to move the heading of my slide-in form in Hustle to be on top of form fields.

  • Patrick Freitas
    • FLS

    Hi Wheel of Commerce

    Hope you are doing well.

    I added a Custom CSS for you on WordPress > Appearance > Additional CSS.

    /** Slide-in CSS **/
    @media only screen and (min-width: 768px) {
      .hustle_module_id_7 .hustle-content {position:absolute; left:15px; !important; top:100px !important;}
    }
    @media only screen and (min-width: 961px) {
      .hustle_module_id_7 .hustle-content {position:absolute; left:0; !important; top:90px !important;}
    }

    Could you verify the Slide-in, and let us know if you need any further help on this?

    Best Regards
    Patrick Freitas