NiceThemesSidebar disappeared in modo responsive – NiceThemes http://nicethemeswp.com/forums/topic/sidebar-disappeared-in-modo-responsive/feed/ Tue, 22 Apr 2025 04:24:39 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/sidebar-disappeared-in-modo-responsive/#post-7178 <![CDATA[Sidebar disappeared in modo responsive]]> http://nicethemeswp.com/forums/topic/sidebar-disappeared-in-modo-responsive/#post-7178 Fri, 17 Jun 2016 16:35:46 +0000 bigdel Hi, Juan

The problem is in mode responsive-> sidebar disappeared. Please check: http://modelosdeescritos.com

]]>
http://nicethemeswp.com/forums/topic/sidebar-disappeared-in-modo-responsive/#post-7179 <![CDATA[Reply To: Sidebar disappeared in modo responsive]]> http://nicethemeswp.com/forums/topic/sidebar-disappeared-in-modo-responsive/#post-7179 Fri, 17 Jun 2016 22:18:34 +0000 Juanfra Aldasoro Hi,

Thank you for writing. I hope you are doing well.

Yes, the sidebar is hidden in mobile devices because of a design decision. But you can add this code to your “Custom CSS” in order to enable the sidebar in mobile devices:

 @media screen and (max-width: 1024px) { 
    #sidebar { display: block; } 
}

Best,
Juan.

]]>