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
Hey Jeen!
Can you post a screenshot of your view on mobile?
Cheers!
Josue
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
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
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
Hello Yigit,
Thank you! Works perfect!
Gr. Jeen