Hello,
how can I get my blog posts to align one on top of the other in mobile portrait? At the moment they are aligning side by side (2 at a time)
Many thanks in advance
Kim
Hey bauchope,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.slide-entry-wrap article{
width:100%!important;
}}
Best regards,
Jordan Shannon
Perfect – works a treat.
This issue is now resolved
Hi,
Perfect! I’m happy to help. If you need anything else, please elt us know here in the forums.
Best regards,
Jordan Shannon