Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #943542

    Hello,

    is it posible to set the sidebar on mobiles on top of the page?

    Thank you for helping!

    #943881

    Hey Luisgasser,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .sidebar_right > .container {
        display: flex;
        flex-direction: column-reverse;
      }
    
      .responsive #top #main .sidebar {
        display: block !important;
        border-color: transparent;
      }
    
      .responsive #top #main .sidebar .inner_sidebar {
        margin-left: 0;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #944116

    great- Thank you!

    #944254

    Hi,

    I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar postition on mobiles’ is closed to new replies.