Tagged: not responsive
Hi there!
My web site it’s not quiet ready, but my Front Page on Mobile, the elements at the bottom are not quiet responsive.
They used to be , but I have no idea what happened.
I tried to deactivate all the plugins, but the result is the same.
Thank you !
Hey nelninio!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Regards,
Rikard
Hey!
Can you please firstly update Enfold to the latest version 3.2.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Done. It’s updated !
Hi!
it is working as expected, but the problem is that you set a 3/5 layout, which is of course also showing on mobile versions.
Try a workaround in your Quick CSS field:
@media only screen and (max-device-width: 736px) {
.flex_column.av_three_fifth.flex_column_div.first.avia-builder-el-14.el_before_av_two_fifth.avia-builder-el-first {
width: 0%;
}
.flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.avia-builder-el-15.el_after_av_three_fifth.avia-builder-el-last {
width: 100%;
}}
Hope this helps.
Regards,
Andy