-
AuthorPosts
-
March 7, 2018 at 12:12 pm #922889
Hello, I want to have sidebars in tablets as in mobile (the sidebar after the content), because the sidebar in tablets has a very small width and the content looks very bad.
I have read several post about it ,m and I have try to use different codes but anyone worked for me, can you please help me?Thank you, Carmen
March 7, 2018 at 1:28 pm #922971Hey carmen,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMarch 12, 2018 at 11:07 am #925437This reply has been marked as private.March 13, 2018 at 7:42 am #925906Hi,
Thanks for that, though the login details are not working. Please check and verify. You can post screenshots to a service like google drive, dropbox, imgur, box etc. and then link to them here.
Best regards,
RikardMarch 14, 2018 at 12:59 pm #926571I would like to share a dropbox file with you, what email I should use from kriesi?
March 19, 2018 at 10:29 am #928976Hello, I didn´t have any news from this problem I have. Do you have any suggestions?
Thank youMarch 19, 2018 at 3:55 pm #929111Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width:767px) { .responsive #top #main .sidebar { display: block; border-color: white; } .responsive #top #main .sidebar .inner_sidebar { margin-left: 0; } }
Best regards,
VinayMarch 20, 2018 at 7:15 pm #930068Thank you but is not doing anything……I just want the sidebar to go down as in mobiles…
Any other suggestion?March 21, 2018 at 9:19 pm #930861Hi,
I just checked the site – and yes the sidebar does go below.
Show us a screenshot if you do not see it like that.Best regards,
BasilisMarch 22, 2018 at 5:11 pm #931463You can see in the link I send you private
March 23, 2018 at 7:05 am #931788Hi carmentvaalba,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 990px) { .responsive .container { max-width: 100%; } .sidebar_left .content { margin-right: 0px; border: none; } }
If this does not work, please disable caching and minification for now.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.