Is there a way to make the blog and author description lay on top of each other on small screens? Currently it lays next to each other and I think it would look cleaner with the photo on top and author description below. Please advise.
Screen Size
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
and
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {}
Is there a way to make the blog and author description lay on top of each other on small screens? Currently it lays next to each other and I think it would look cleaner with the photo on top and author description below. Please advise.
Screen Size
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
and
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {}
Thanks,
Manning
Hi Manning,
Add this CSS to Custom CSS > Responsive > Extra Small (XS) field:
Best regards,
Laborator Team
Hi Art,
That worked perfectly! Thanks!
- Manning