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 #2189013
archives page
Closed

Comments

  • jenzai started the conversation

    Hi. 

    I have a small problem..

    On the archives page I would like the sidebar arranged on the top of the content on the mobile site. Is this possible as when you go on the blogs at the moment the sidebar is too far down the page and the user will not know its there.

    Regards

    Zainab from Jenzai.


  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px){
        .container.penci_sidebar{
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
        }
        .container.penci_sidebar #main{ order: 2; }
        .container.penci_sidebar .penci-sidebar-content{ order: 1; }
    }
    

    Best Regards,

    PenciDesign