anhqn wrote:
Dear Elpass
You can disable the left column in mobilel by add the css below at the end of this file: /templates/sj_lifemag/css/responsive.css
@media (max-width: 767px){
#content_left{
display:none;
}
}
thanks
Hello anhqn,
Thanks for your reply its very helpful, pardon me for my late reply.
Anyway I have found another way to hide leftside/banner at mobile device, I add some shortcode in Module Class Suffix at module section, in this case I add a short command "hidden-xs" which is means the module is going hidden in xtra-small screen (mobile).
we can look at this:
https://lh4.googleusercontent.com/9TF_zjl0rLmjDzmvPqnCoFWFNNnGImwfxOT-Wyad-O-X1RTfxEMn5XIJzECUGdJtNS_FNKfVG5ynono=w1366-h676
it's google drive link for the pic, move the link on a new tab to view it
I hope this also can help ppl out there with similar questions.