small bug in the layout for smartphones. Text below picture would jump to read it.
How can I change it.
Sorry for my bad english
Regards
Patrick
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
You can try to edit md_thenews/css/media-queries.css:
find @media screen and (max-width: 480px) {
and insert before this code
.article-image {float: none; width: 100%}
.article-info {padding: none}
I'll add this to next update. Thank you for your post
Thanks it worked.