ISSUE SUMMARY:
Hi,
I have two modules in top1 and top2 position on my front page.
I would expect that in mobile view one would sit on top of the other.
Do I have to set anything to get this result.
I've looked and nothing seems obvious to me.
Thank you.
Temp url:
www.localteachersnetwork.co.uk.gridhosted.co.uk
STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER
Hi Joel,
if the module using tabs, at mobile will stay with tabs. but alternatively, you can user stacked module positions instead of tabbed.
e.g: js_top_stacked
here the doc:
documentation.jomsocial.com/wiki/Built-in_Module_Positions
Regards
Hi Joel,
please read this doc:
www.t3-framework.org/documentation/layou...layout-configuration
that top1 and top2 still using this class:
col-lg-7 col-md-6 col-sm-6 col-xs-6
must changing it to:
col-lg-7 col-md-6 col-sm-12 col-xs-12
so at mobile will not align.
please provide me FTP access detail. I will changing it for you. I must try it at your site first.
Regards
Hi,
please check it, I edited:
/templates/socialize/local/etc/layout/social.ini at line 19 - 31
I changed it from
[block1@top-section]
lg="col-lg-7"
md="col-md-6"
sm="col-sm-6"
xs="col-xs-6"
position="top-1"
[block2@top-section]
lg="col-lg-5"
md="col-md-6"
sm="col-sm-6"
xs="col-xs-6"
position="top-2"
[block1@top-section]
lg="col-lg-7"
md="col-md-6"
sm="col-sm-12"
xs="col-xs-12"
position="top-1"
[block2@top-section]
lg="col-lg-5"
md="col-md-6"
sm="col-sm-12"
xs="col-xs-12"
position="top-2"
Hi Albertus,
It works great and I understand what you have done.
Should I make a local copy of this file so that it's protected against any future updates to the template or Joomla ?
Many thanks,
Joel.