Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1328702

    Hello.

    This site works great on Desktop and on Mobile, but intablet, the Elements does not look good.
    Everything is drawn together. Can I fix this with css somehow?
    I dont want to duplicate all Trainers just for tablet format.

    Perhaps I can make it look like in Mobile?

    Thank You!
    Monika

    #1328747

    Hey Monika,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #border div .av_one_third, #border div .av_one_fourth, #border div .av_two_fifth {
        margin-left: 0;
        width: 100%;
    }
    }

    Best regards,
    Rikard

    #1328778

    Thank you!!

    #1328842

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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