Hey,
I am using Enfold Theme with demo Creative Studio as the base, I have just translated everything and adapted to my personal content, but it does not fit properly for mobiles and tablets, everything overlaps and just mess too much.
How could i fix this?
I attach the link to the content and also photos of an specific part of the website, so you can see the specific problem i refer to.
Thanks
Hey Xiscoj,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1200px) {
.home #contact .av_one_half, .home #contact .av_one_fourth {
width:100%;
margin-left:0;
}
}
Best regards,
Rikard
Ok, thanks a lot! Not only for the answar but also for the speed!
This helped a lot, but it did not solved the problem with the footer and socket… it is still overlapped :(
Hi,
Thanks for the feedback, please try this CSS as well:
@media only screen and (max-width: 1024px) {
#footer .av_one_third {
width:100% !important;
margin-left:0 !important;
}
}
Best regards,
Rikard
That solved the problem.
Thank you very much.
Hi Xiscoj,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria