Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #817290

    Hi,

    I almost finished a website with the Enfold theme (and I like how it works, it is great!).
    There is one last problem I hope you can help me with. The site looks great on PC, but is mobile version (tablet and phone) the right bit of the footer is not visible. Is there a solution to that? The concerning website is http://www.judithbolder.nl

    Thanks in advance,
    Monique

    #817338

    Hey StudioNabuurs,

    I’m not seeing an issue of it being cut off on the phone, but for tablets, the column width will have to be adjusted. Please add the following to quick css:

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
    div .av_one_fourth {
    width: 29%!important;
    }
    }

    Best regards,
    Jordan Shannon

    #817344

    Thanks,
    I tried it but the fourth column is than placed below and still cut off (less than it used to be, but still cut off).
    I reversed it now to how it was

    • This reply was modified 8 years, 8 months ago by StudioNabuurs.
    #817354

    Hi,

    For this to work on the ipad one or two of the columns are going to have to be below. Those widgets are too wide to accommodate one row on an ipad.

    Best regards,
    Jordan Shannon

    #817510

    Ok, maybe I have to decide to make it 3 widgets.
    Thanks for your help!

    #817523

    Hi,

    Yes that would help. Let me know if that works for you.

    Best regards,
    Jordan Shannon

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