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

    I have the stretch layout with the right sidebar, and I enabled the option to show sidebar on smartphones.

    I like how the sidebar shows below the content for smartphones. How can I make it achieve the same functionality for IPAD?

    The sidebar content gets too squeezed on the tablet, so I want to have it display on the bottom below content, and for the content to fill the whole screen – the exact same functionality as PHONE, but on IPAD. How do I do that?

    Thanks in advance for your help!

    #431467

    Hi goforyourdreams!

    Can you please post the link to your website? It would be better if we saw your website live in order to provide an accurate custom CSS code.

    Regards,
    Yigit

    #431607
    This reply has been marked as private.
    #431653

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    main.content, .sidebar {
      width: 100%!important;
      border: none!important;
    }}

    Cheers!
    Yigit

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