Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1039904

    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

    #1039953

    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

    #1040209

    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 :(

    #1040346

    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

    #1068871

    That solved the problem.

    Thank you very much.

    #1069115

    Hi Xiscoj,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.