Forums
Forums / Theme: Boxstyle / blog layout list style
(@somto)
7 years, 1 month ago
hello i want the post list on mobile to remain this way on mobile instead of this
(@alxmedia)
Try this additional css: (Customize > Additional CSS)
@media only screen and (max-width: 479px) { .post-list .post-content { text-align: left; } .post-list .post-inner { padding-left: 130px; } .post-list .post-inner.no-thumbnail { padding-left: 0; } .post-list .post-thumbnail { float: left; margin-left: -130px; width: 100px; } }
The topic ‘blog layout list style’ is closed to new replies.