Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1128218

    Hi!

    In theme options there is the setting „sidebar on mobile“.
    If checked the sidebar elements are shown below the normal page content.

    I need this functionality also for tablets.
    Can this be done by custom css?

    Thanks
    Tom

    #1128232
    This reply has been marked as private.
    #1128249

    Hi ideenstart,

    Please try this css first:

    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .container {
            padding: 0px 30px;
        }
        .inner_sidebar {
            margin-left: 20px;
        }
        .content .entry-content-wrapper {
            padding-right: 20px;
        }
        .container .av-content-small.units {
            width: 65%;
        }
    }
    

    Best regards,
    Victoria

    #1128259

    Hi Victoria!

    Thanks for quick reply!
    Don‘t have a 10“ iPad to test but on my iPad Pro nothing Happens after copying it to custom css…

    Can you test it?

    Thanks
    Tom

    #1128542

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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