hello,
my website http://www.idico-luff.co is not displaying correctly on mini ipad. it looks all crunched together and i am unable to read from the website.
is there any suggestion? do not know if it displays well on ipad. it does look perfect on my iphone though.
thanks!
Hey juan4287!
It looks perfect on an iPad, I can confirm that… I will add a note for the mini iPad testin, thanks a lot for reporting to us.
Regards,
Basilis
Thanks Basilis. so is there something i can do for the mini ipad to look properly? do i need to write something in the enfold template?
Again thank you.
by the way. this enfold template is simp
ly amazing.
Hi,
I’m not sure I understand what you want to edit on your page, could you post a screenshot highlighting the issue please? You can upload to a service like imgur.com and then link to it here.
Thanks,
Rikard
hello Rikard,
the issue is that it seems like none of the websites using enfold are displaying correctly on miniipad. they dont display correctly and the content does not fit.
for idico-luff.co see the following screenshots from mini ipad:
http://postimg.org/image/c94g5vo2n/
http://postimg.org/image/h6i0qzq1r/
for hubwebsites.co see the following screenshots from mini ipad:
http://postimg.org/image/3uy09a1sv/
they both look perfect on desktop and iphone 5c.
please your help.
Thanks.
Hey!
Please add the below code in Enfold > General Styling > Quick CSS
@media only screen and (max-width: 800px) {
.iconbox_content {
width: 100%!important;
}
}
Best regards,
Vinay
perfect!!! this is the solution!! thanks! can you expalin the code a little bit? i want to understand!.
Thanks!!
Hey!
Glad we could help! The code uses media queries which help you target only selected screen width and in the selected screen width of tablets the code makes the icon box container width 100%.
Regards,
Vinay