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 #2439108
display via mobile devices
Closed

Comments

  •  1
    idjon started the conversation

    Hi!

    When viewed through mobile devices, the post is displayed: header - left idebar - post text - right idebar.
    Can I do: Headline - post text - sidebar?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 960px){
    .layout-14_12_14 .penci-main-content, .container.two-sidebar #main{ order: 1; }
    }
    

    Best Regards,

    PenciDesign

  •  1
    idjon replied

    Super! Thank!