Hi,
Theme works perfect, ecxept:
last two colums above the google map. They do not work correctly on mobile screens.
Do you know why?
Best regards,
Thomas
Hi Ink_Eye!
Thank you for using Enfold.
I checked the page but the section on top of the google map is empty even on desktop view. Did you remove it? If possible, please create a test page and a screenshot of the issue.
Cheers!
Ismael
Hi Ismael,
the empty section was, because of a second issue. I removed the empty section. Now you can see, that the map is’nt shown fullscreen anymore.
The column issue is in: Adress and contact form.
Best regards,
Thomas
Hey!
Did you add any html tags inside the page? Make sure that you close them properly. The section with the issue is outside the wrap_all container. It should be inside. Add this in the Quick CSS field to fix the columns temporarily:
@media only screen and (max-width: 767px) {
.responsive .flex_column {
width: 100% !important;
margin-left: 0;
}}
Check the page and look for any unclosed html tags.
Best regards,
Ismael
Hi,
ok, I will do this, thanks!
Hi,
this code does not work either.
I check the page for any unclosed html tags.
Regards,
Thomas
Hi!
Try this:
@media only screen and (max-width: 767px) {
.flex_column.av_one_half {
width: 100% !important;
margin-left: 0 !important;
}}
Remove browser cache then reload the page.
Regards,
Ismael
Hi,
it works! Thank you.
Do you know, why
“@media only screen and (max-width: 767px) { .responsive .flex_column { width: 100% !important; margin-left: 0; }}” is shown in the Socket now?
Regards,
Thomas
Hi!
It seems like you have added that custom CSS code to Google Analytics field instead of Enfold theme options > General Styling > Quick CSS field :)
Regards,
Yigit
Hi,
and yes :D
you are right! My fault, thanks!