Tagged: contact, form, Layer Slider, width
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
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
Hi Yigit!
Awesome! I did the same thing for the accordion element and it worked beautifully! Thanks again!
Ben
Hi!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Regards,
Yigit
hi again,
I do have another question but I’ve already posted it.
Thanks!!!
Ben