Is it possible to display the sidebar on only desktop view? for the mobile view, I don’t want to display the sidebar. just footer section
Hi Saswata,
Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.
@media (max-width:768px){
.x-sidebar {
display: none;
}
}
Hope that helps.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.