Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, i’ve installed this theme and when i try to use medium image blog it malfuncions when i resize window or try to visit website on my phone. Thank you for your help.
this is my website: https://www.expertmedia.lt/blog-medium-image/tinklarastis2/
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
.fullwidth .blog-article.alternate-style .media { width: 300px !important;}
.fullwidth .blog-article.alternate-style .content { width: 300px !important;}
}
Let us know.
Best regards!
Thanks, it works, but not as fluently as I expected, and not as fluently as other blog types, for example when screen resolution is 750px.
Hello,
Please edit the code to this:
@media (max-width: 767px){
.fullwidth .blog-article.alternate-style .media { width: auto !important;}
.fullwidth .blog-article.alternate-style .content { width: auto !important;}
}
Best regards!
You must be logged in to reply to this topic.