Okay
  Public Ticket #1104067
Left aligning contact form to hero title
Closed

Comments

  •  2
    Mohammad started the conversation

    Wanted to know if its possible to left align contact form. Right now, its centered.

  •  1,974
    Support replied

    Hello Mohammad

    Have you tried using a half column layout in the cF page?

    Then you can add the contact form in the left most column.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Mohammad replied privately
  •   Support replied privately
  •   Mohammad replied privately
  •  1,974
    Support replied

    Hi ,

    I just added

    .page-id-97 .small .container {
        max-width: 100%;
    }

    to enlarge the page container to it's full width and it's only for the current page - that should do it. 

     The page does not have enough content to scroll the whole hero section.


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Mohammad replied

    Thank you so much for fixing that.

    I had to add padding to align to the hero. but responsive not aligning.

    Didn't work with this. Any suggestions?

    @media only screen and (max-width: 1024px)
    .small .container {
        padding: 0 0 0 0;
    }


  •  2
    Mohammad replied

    I added it to the custom css on the page, not the overall site.

  •  1,974
    Support replied

    Hello,

    correct syntax is

    @media only screen and (max-width: 1024px){
    .small .container {
        padding: 0px 0px 0px 0px;
    }
    }

    I modified it in the row settings


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy