Remove white space on mobile before form.

Home Forums Jevelin Theme Remove white space on mobile before form.

Home Forums Jevelin Theme Remove white space on mobile before form.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • shanticfm
    Participant

    Hi, how would I go about minimizing the white space before the form on mobile for our landing page:

    http://sweetmephotography.com/austin-newborn-baby-photography/

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @shanticfm,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 800px){
    div#text-block-3968cd75a75322dc12dec521ea977580 {
        margin-bottom: 0!important;
    }
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)