Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1822463
'Boxed Posts Style 1' doesn't Centre on mobile
Closed

Comments

  • JLovett started the conversation

    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.

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • JLovett replied

    That fixed it, thanks very much