Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #318316

    I Enfold’s Theme :)

    I need change the visualization order when the web see from a mobile or tablet.

    I like first “Left sidebar” and after the content.

    http://www.diegoestrada.es/diego-test

    Thk for all.

    #318503

    Hi JUAN DE DIOS!

    Thank you for using Enfold.

    I’m sorry but it’s not possible without modifying the theme files. You can however achieve this with css but the effect might differ on different pages. Use this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar.smartphones_sidebar_active {
    position: absolute;
    }
    
    main.template-page.content.nine.units {
    margin-top: 300px;
    }
    }

    Best regards,
    Ismael

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