Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1149256

    Hi Enfold Team.

    I need to keep the sidebar showing on side of the post even in mobile.
    Could be 50%-50% or even 70%-30%.
    Thank you so much.

    #1149369

    Hey Vinicio,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1149866

    Sending

    #1150021

    Hi,

    I had a look at a CSS solution on your site but it looks very cramped and bad, I would advice you to not change the layout on mobile. Also, the solution would be difficult to implement since you would need conditions on when to apply the CSS, you wouldn’t want to implement it on pages without sidebars for instance.

    Best regards,
    Rikard

    #1150193

    Hi Richard,

    Unfortunately not doing this is not an option.
    I need to behave like this example link in the mobile version. With the sidebar next to the content.

    http://sudoestepaulista.com.br/index.php?pg=noticias_detalhes&funcao=detalhes&id_n1=8257

    Do you have any possible solution?

    EDIT: I just found this, same question for a E-commerce. Mayde the code could be adapted.

    https://wordpress.org/support/topic/keep-sidebar-on-mobile-2/

    • This reply was modified 5 years ago by viniciogm.
    #1152454

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options > General Styling and adjust the values as needed

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small {
    width: 60%; 
    }
    .responsive #top #main .sidebar.smartphones_sidebar_active {
        width: 36.7%;
        clear: none;
        padding-left: 20px;
    }}

    Best regards,
    Yigit

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