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

    Hello,

    The text bullet points are jumbled and overlaying each other on the ipad.
    Here is the link to the site: http://www.9010formation.com

    It is 1/2 way down the screen in the “key focus areas” section.

    What do I do to fix this?

    #506500

    Hi ibsafe!

    It’s because your using one fourths there with the left and right one empty. Try using the grid row element with just two cells instead.

    Cheers!
    Elliott

    #506550

    Hi Elliott,

    Thank you for the reply. I am not actually using 1/4 there…I am using 1/3 and there are 3 sections.

    The section you are referring to renders correctly….its a little farther down the page in the “Key Focus Areas” section.

    Thank you for the help!

    #506557

    Hey!

    It looks fine on my end though I don’t actually have an iPad to test on. The only problem I noticed was with the 90% / 10% section.

    Can you take a screenshot and highlight what your seeing on the iPad?

    Cheers!
    Elliott

    • This reply was modified 8 years, 7 months ago by Elliott.
    #506563

    I have a screenshot. How do I attach it to this post? Should I just email you the attachment?

    #506568

    Hey!

    You can click on the “img” button in the editor and paste the URL to your image. You can use a image hosting service such as imgur.com to host it.

    Regards,
    Elliott

    #506573

    Here is the screen shot.

    #506590

    Hi!

    I see what you mean. I don’t know if there is anything we can do about that though. There just isn’t enough space there.

    We could set the overflow to visible instead of hidden like so.

    article, article * {
        overflow: visible !important;
    }

    But then the headings will display beneath the icon. Would you like to try reducing the font size?

    Regards,
    Elliott

    #506593

    Yes I would like to reduce font size. How do I do that?

    #506604

    Hey!

    Try adding this to your custom CSS.

    @media screen and (max-width: 900px) and (min-width: 767px) {
    h3.iconbox_content_title {
        font-size: 11px !important;
    }
    }

    You may need to play around with the max-width and min-width values depending on the screensize of your iPad.

    Regards,
    Elliott

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