Comments JLovett started the conversationDecember 15, 2018 at 11:00amIf you take a look at my website on mobile, everything below the image for a boxed post is aligned to the left, it should ideally be centre aligned. Any idea how I can fix this?I've added a screenshot just to show the issue I'm talking about. 2,700PenciDesign repliedDecember 16, 2018 at 4:31amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ .list-boxed-post .inner-content-list-right{ display: block; } } Best Regards,PenciDesign1 LikeJLovett repliedDecember 17, 2018 at 11:33pmThat fixed it, thanks very much Sign in to reply ...
If you take a look at my website on mobile, everything below the image for a boxed post is aligned to the left, it should ideally be centre aligned. Any idea how I can fix this?
I've added a screenshot just to show the issue I'm talking about.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
That fixed it, thanks very much