Alignment of objects on Contact page

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeAlignment of objects on Contact page

This topic has been marked as not resolved.

Dear Colleagues,
we have added google captcha on page with contacts. Please see attached picture.
But it is not aligned with blocks above.
Could you please help, how to align it?
Thank you in advance

April 27, 2018 at 1:39 pm #64103

Dear support team, any update on my question? 17 days have passed… could you please help.
Thank you in advance

May 14, 2018 at 11:46 am #64239

Hi,

Unfortunately Google captcha is not responsive and if it aligns with the above form fields there will be no spacing for it. The best thing you can do is to remove the left offset:

https://i.imgur.com/vch111b.png

If you choose this option you will need to use this extra CSS:

.form-horizontal .col-sm-offset-2 .g-recaptcha {
  padding-left: 0;
}

BR,
ThemeBurn team

May 18, 2018 at 11:55 am #64274

Hi
I have inserted code above. But nothing changed on the page. Captcha did not moved left.
Thank you for helping.

May 24, 2018 at 9:41 pm #64322

Hi,

Can you please check again? We’ve added the code for you and the captcha left spacing has been removed.

BR,
ThemeBurn team

May 25, 2018 at 3:32 pm #64364

Unfortunately it is not moved to the right part…

I used this code

.form-horizontal .col-sm-offset-2 .g-recaptcha {
padding-left: 0;
}

August 3, 2018 at 3:29 pm #65039
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.