Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #58470
    Jörn Wallenwein
    Participant
    Premium Member

    Hi,

    First of all, the theme is clear and functional. Thank you!

    Is it possible to move the left sitebar behind the main content on mobile devices (responsive design)?

    Disabling the left sitebar on mobile devices would also help me a bit.

    It would be great to be able to set the order of left sitebar, right sitebar and main content in the responsive settings.

    Thank you for your help

    Best regards

    Jörn

     

    #58475
    vako
    Keymaster
    WP Royal Team

    Hi Jorn,

     

    At first, thank you for upgrading to the pro version.

    Actually left sidebar cant be visible after content on the mobile screens, we coded theme in this way  because some users requested to show sidebar widgets first, please share your website URL and we will hide the left sidebar on the mobile screens.

     

    Kind Regards, Vako

    #58477
    Jörn Wallenwein
    Participant
    Premium Member

    Hello, thank you for the feedback.

    I think I have found a solution that is acceptable to me, I will swap the content of the left and right sitebar.

    best regards

    Jörn

    #58487
    vako
    Keymaster
    WP Royal Team

    We are glad that you were able to found out the solution by yourself.

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

    #58521
    Jörn Wallenwein
    Participant
    Premium Member

    Hello,

    my solution does not work reasonably after all. The left sidebar gets longer and longer and the main content is then too far down.

    It would be good if you could disable the left sidebar in the mobile view.

    the page:

    Willkommen auf 10Fotos

     

    Thanks and many greetings

    Jörn

    #58525
    vako
    Keymaster
    WP Royal Team

    Hi Jorn,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    @media screen and (max-width: 979px) {
    .sidebar-left-wrap {
    display: none !important;
    }
    }

     

    Kind Regards

    #58553
    Jörn Wallenwein
    Participant
    Premium Member

    thanks a lot, it works very good 🙂

    #58557
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.