Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #598538

    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!

    #598587

    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

    #598597

    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.

    #598598

    by the way. this enfold template is simp
    ly amazing.

    #599400

    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

    #602873

    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.

    #603862

    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

    #607999

    perfect!!! this is the solution!! thanks! can you expalin the code a little bit? i want to understand!.

    Thanks!!

    #608087

    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

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