Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #287719
    HansH
    Participant

    Hello,

    Sorry for bothering you again, nut I see no other option.
    I have a featured content section.
    And I use the image format 350 x 157 px.
    I see in some catch themes, that on a iPhone there are two images beside each other.
    In our theme this doesn’t seem possible. And this caused that the view on an iPhone isn’t beautiful.
    Is there a solution for this little problem.

    Kind regards

    Hans Hagmeijer

    #287733
    tikaram
    Keymaster

    @hansh: Please post in your site URL so that I can check for the issue and provide you the fix.

    Regards,
    Tikaram

    #287735
    HansH
    Participant

    Hello Tikaram,

    The website is: Laura.hagmeijer.nl.
    The credentials i mailed you earlier this week.

    Kind regards

    Hans Hagemeijer.

    #287875
    HansH
    Participant

    Hello Tikaram,

    Is there already a fix for this issue?

    Kind regards

    Hans Hagmeijer

    #287878
    tikaram
    Keymaster

    @hansh: Please try adding the following additional css

    @media only screen and (max-width: 640px) {
        .featured-content-wrapper .hentry:nth-child(2n+1) {
            clear:both;
        }
        .featured-content-wrapper .hentry {
            width:50%;
            padding: 15px;
        }
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #287881
    HansH
    Participant

    Hello Tikaram,

    This is what I asked. Great and thank you.

    Kind regards

    Hans Hagmeijer

    #287882
    tikaram
    Keymaster

    @hansh: Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘featured content on iPhone’ is closed to new replies.