Hi.
I have 1/4 & 3/4 columns for my page, which appear fine on all devices, but on iPad they appear as 1/2 & 1/2.
I’ve attached screenshots, one showing how it looks on iPad and second how I’d like it to look instead.
Any advice?
Thank you.
Eva
Hi eva,
Could you provide us with a link to the site in question so that we can take a closer look please? Also, how would you like it to look instead?
Thanks,
Rikard
Hi Rikard,
I’m so sorry, I forgot. And I thought I was very organised with my screenshots!:-)
Thanks,
Eva
Hi Eva! :)
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 480px) {
#staffprofiles .av_one_fourth {
width: 15%!important;
}}
Best regards,
Yigit
Perfect!!
As always! :-)
Thanks!!
Eva