Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #922971

    Hey carmen,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #925437
    This reply has been marked as private.
    #925906

    Hi,

    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,
    Rikard

    #926571

    I would like to share a dropbox file with you, what email I should use from kriesi?

    #928976

    Hello, I didn´t have any news from this problem I have. Do you have any suggestions?
    Thank you

    #929111

    Hi,

    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,
    Vinay

    #930068

    Thank you but is not doing anything……I just want the sidebar to go down as in mobiles…
    Any other suggestion?

    #930861

    Hi,

    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,
    Basilis

    #931463

    You can see in the link I send you private

    #931788

    Hi 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

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