Tagged: Images, mobile, posts, responsive
Hi,
On my website http://www.abundantforever.com/home/ I have post images next to the excerpt (content element: blog posts). I want to display the post images also for mobile landscape view. Now they are not displayed due to the responsive rules. How can I achieve that? And in which file can I find the code to understand the “responsive” rules that decides which parts are displayed and which not.
Thanks for your help.
Stephen
Hi stephenr_nl!
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;
}}
Cheers!
Yigit
That worked perfectly! Thank you so much.
Best regards,
Stephen