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
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
Thank you!!