Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #442163

    Hi there!

    Quick question about dimensions. I am trying to get the contact form and the Accordion element to stretch the same width as my layer slider in this page:

    http://alextomaszewski.com/contact/

    I put the contact form inside a color section, I gave it a section ID :contact-form, then I went to the Quick CSS section in general styling and pasted this code:

    #contact-form.container { width: 100%; }

    Am I missing something? I thought this would stretch the color section full width and make the contact form full width since it was inside?

    Thanks for replying!

    Benjamin

    #442549

    Hey a00109943!

    Please use following code instead

    #contact-form .container {
      max-width: 100%;
    }

    If you would like to remove padding from sides, please add “padding: 0;” as well

    Best regards,
    Yigit

    #442966

    Hi Yigit!

    Awesome! I did the same thing for the accordion element and it worked beautifully! Thanks again!

    Ben

    #442968

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

    #442974

    hi again,

    I do have another question but I’ve already posted it.

    Thanks!!!

    Ben

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Contact form full width to match advanced layer slider dimensions’ is closed to new replies.