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.
Hey Vinicio,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Sending
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
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/
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