• Resolved letravels

    (@letravels)


    I added in a small subscribe box on my homepage and everything is centered except for that box. It’s driving me crazy and I can’t figure out what code I need to add in order to get it centered. Any help would be appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @letravels

    Trust you are doing well!

    Please try out this CSS code:

    .hustle-modal {
        max-width: 1140px;
    }

    Or this :

    .hustle-modal.hustle-modal-one.hustle-modal-static {
    	    margin: auto;
    }

    Add this code to Appearance > Customizer > Additional CSS.

    Hope this helps!

    Cheers,
    Nastia

    Thread Starter letravels

    (@letravels)

    This worked perfectly! Thank you so much for your quick reply ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embedded subscribe box won’t center on page’ is closed to new replies.