This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Sidebar with Contact Form 7 and Google Map not responsive

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Can you please help me make the sidebar containing a contact form and google map on the Contact Us page more responsive for mobile viewing. I am developing this site for my client using Vantage Premium. -Thanks, Lynda

URL: http://temp.obrienfabrications.com/contact-us

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. amber 10 years, 11 months ago

    PS: I think the url link is incorrect. The temporary site is temp.obrienfabrications.ca/ and it is the Contact Us page.

  2. Greg Priday Staff 10 years, 11 months ago

    Hi Lynda

    Sorry for the late reply here. The first problem I can see is the custom CSS you’ve used to change the width of the sidebar. At the moment, it’s overriding the responsive CSS. I think just removing the !important modifier will help.

    .page-id-45 #secondary {
       width: 35% !important;
    }
    .page-id-45 #primary {
       width: 65% !important;
    }

    It looks like the main problem with the contact form is the width of the textarea. I’m not sure why the width is being set, but you should be able to override that with the following custom CSS.

    .wpcf7-textarea {
       width: 100% !important;
    }
  3. amber 10 years, 11 months ago

    Thank you. I should have been able to figure this out myself, but this worked perfectly! Your team provides excellent support! -Lynda

  4. Andrew Misplon Staff 10 years, 11 months ago

    Super, really glad to hear that helped.

    Thanks for your support.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread