Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #523420

    Hello!

    I am having problems with alignment of elements in tablet views for site http://everyoneorganized.com. Smaller screens are fine, it is the narrow tablet views (ipad mini and ipad) that are the problem:

    – On the home page under Who I Help, the right side of the icon labels in the second and third columns are being cut off
    – On the home page under What I Can Help With, the right side of the text in the top row, column 3 is being cut off, and so is the text in the bottom row, column 1
    – On the about page, the text does not wrap under the image, leaving a big white space on the left
    – The text above the right footer image is throwing off the alignment of the logos because it is a little bit longer than the others – is it possible to adjust padding between widgets or footer column width in this view only so it does not break onto a third line?

    Thanks in advance for your help!

    #524622

    Hi Julie,

    Sorry for the late reply. I checked your front page but I couldn’t see any of the issues you are describing, could you post screenshots of the issues please? You can use a service like imgur.com and then link to the images here.

    Regards,
    Rikard

    #525164

    Links to marked screenshots showing issues are below.

    Thanks!

    #525952

    Hi!

    Add this in the Quick CSS field to increase the width of the one third column:

    @media only screen and (max-width: 989px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    }

    I think this will fix most of the issues.

    Best regards,
    Ismael

    #526483

    Wow, Ismael– brilliant! That fixes everything except the footer text above the right logo in the wide tablet view.

    Is there anything we can do about that one last thing?

    If not, let me know and I will tell the client we need to shorten that text.

    Thanks a million!

    #526831

    Hi!

    Great! Could you please provide a screenshot of the footer issue? I check it again and the logos are on top of one another.

    Best regards,
    Ismael

    #526840

    They are stacked in narrow tablet view for sure, it is only in the wide view they are not – link to screenshot of wide view (1024px) using screenfly is below.

    If I need to request a screenshot from the client (who has a tablet), let me know.

    Thanks!

    #527816

    Hi!

    Thank you for the screenshot. Please adjust the code above:

    @media only screen and (max-width: 1025px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    }

    Best regards,
    Ismael

    #541902

    Worked perfectly, thank you!

    #542157

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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