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 #2133428
display order or the sidebar on homepage
Closed

Comments

  • pukalani started the conversation

    Hi!

    I would like to change the order of the contents on homepage. IN default setting on mobile, the latest posts and feature posts are shown first and then the contents of the sidebar follows. But  I would like to make it to display the contents of the sidebar first then latest/feature posts follows on mobile. 
    How can I do that? Where should I edit?

  •  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){
    .container.penci_sidebar{ display: flex; flex-wrap: wrap; }
    .container.penci_sidebar #main{ order: 2; }
    .penci-sidebar-content{ order: 1; }
    }
    

    Hope this help,


    Best Regards,

    PenciDesign

  • pukalani replied

    It worked perfectly!!!!! Thank you!! That helped me a lot!

  • pukalani replied

    That makes me to think maybe I would like to do the same thing on some of the pages. Not all of them but some specific pages. Can I do that??  If so, how?

  • pukalani replied

    I found out I need some change on the code you've given.  I only want to re-order main and sidebar on home, not on the other posts or pages.  And regarding my last reply, I was talking about changing the order of a few specific pages based on my mis-understanding the code you've given effect only on "home".  How can I solve this??  Thank you for your help, in advance.

  • pukalani replied

    Or, maybe I want to to the similar thing another way.... Maybe that would be even better.  If I make a specific page as homepage, plus, magazine style 1 follows after that specific page contents, then that would be perfect. I guess we can do that, right?  Where can I edit to do that?

  •  2,699
    PenciDesign replied

    Hi,

    If you do using a page builder to do that, currently there is no way to do that..

    We will consider to add more this feature in the next update version of Soledadsmile.png


    Best Regards,

    PenciDesign

  • pukalani replied

    Thank you for mentioning page builder!  

    I have used Elementor but it seems Bakery Page Builder works perfectly with your theme!!!

    I’m gonna try that!