Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #318524

    Hello,

    On the site http://www.desaunois.nl and then the mobile version (Iphone) I can’t see the picture.
    As far as I can see it’s nothing in our own CSS. Is it something within the theme?

    Greets Jeen

    #318716

    Hey Jeen!

    Can you post a screenshot of your view on mobile?

    Cheers!
    Josue

    #319155

    Hello Josue,

    Off course! Here the link:

    http://nl.tinypic.com/r/2j4djqb/8

    Greets Jeen

    #319159

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    }}

    Regards,
    Yigit

    #319189

    Hello Yigit,

    Thanks! Works allmost.
    Can we put the picture on top on mobile, because this is what I get now:
    http://nl.tinypic.com/r/j79im9/8

    Greets Jeen

    #319197

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive .content .entry-content-wrapper {
    width: 100%;
    }}

    Cheers!
    Yigit

    #319239

    Hello Yigit,

    Thank you! Works perfect!

    Gr. Jeen

    #319246

    Hey!

    You are welcome, glad we could help!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No picture blog post on mobile’ is closed to new replies.