Little problem on tablet screen. Not responsive
-
Hello, dear CoBlocks team.
I am trying to embed a Zoho form on a website, using <iframe>, and it looks very nice on mobile and desktop, but not on tablet, please see the attached image. It sticks to right.
https://armadaled.org/wp-content/uploads/2020/10/zoho_form.pngReally appreciate any help, I am just starting understand coding ??
Here is the Zoho Form iframe:
<iframe style="height:1500px;width:100%;border:none;" src="https://forms.zohopublic.com/ArmadaLED/form/ProductEnquiry/formperma/XXXXXXXX" scrolling="no" frameborder="0"></iframe>
Here is the page:
https://armadaled.org/luminarias_bombillas_reflectores_rd/I was told by Zoho, that we need to look into this part of code:
https://armadaled.org/wp-content/uploads/2020/10/Current.png@media (min-width:600px) and (max-width:781px) { .wp-block-column { flex-basis:calc(50% - 16px)!important; flex-grow:0 } .wp-block-column:nth-child(2n) { margin-left:32px }
Changing it to:
https://armadaled.org/wp-content/uploads/2020/10/New.pngflex-basis:calc(93% - 16px)!important;
So, could you please help me to find a CSS code, that need to be added via customization dashboard please?
Apparently this one (and 10+ more combinations) doesn’t work for me↓↓↓
.page-id-6711 @media (max-width:781px) { .wp-block-column { flex-basis:calc(93% - 16px)!important; flex-grow:0 } }
And am I right, their screenshots also hint that also “margin-left” should be depressed? As the there is no check mark there…?
Thanks a lot!
The page I need help with: [log in to see the link]
- The topic ‘Little problem on tablet screen. Not responsive’ is closed to new replies.