-
AuthorPosts
-
June 17, 2016 at 6:47 pm #649931
hello,
After aplying custom CSS code in file custom.css to change images size on excerpt list, images now don´t appear on mobiles.
How can I solve it?
You can see what code I added into custom.css file: https://kriesi.at/support/topic/post-image-to-495-x-400/#post-575482
Best Regards
Manuel CrespoJune 17, 2016 at 10:34 pm #650014Hey ideafix!
Can you please show the web site you are refering at please, so we can manage see the issue and help you out?
We would appreciate a lotRegards,
BasilisJune 24, 2016 at 2:49 pm #653030June 28, 2016 at 4:24 pm #654277Hi,
images get hidden on mobile due to this code you’re using:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: none; }}Best regards,
AndyJune 28, 2016 at 7:14 pm #654394Hi,
I was looking and i can´t find where is that code, what files has it?
The only codes that I changed was one in quick css inside enfold menus:
http://screencast.com/t/0l4rG19Qopqt
code do reduce spaces between images on excerpt list:
.template-blog .post_delimiter {
margin: 0 0 20px 0!important;
padding: 20px 0 0 0!important;
}@media only screen and (max-width: 767px) {
.responsive .template-blog .post_delimiter {
margin: 0 0 20px 0!important;
padding: 20px 0 0 0!important;
}}And other code to increase images sizes on excerpt list:
http://screencast.com/t/RQcmjG18ocn4
.blog-meta, .blog-meta * {
width: 300px;
height: auto;
}Where can I find that code you refer so i can remove it or change it?
Best Regards
Manuel CrespoJune 29, 2016 at 11:42 am #654752Hi,
hm can’t say where you’re using this code. However, use this inside of Quick CSS field:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; }}Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
