Hi pressmar,
– This responsive template uses media query to load respective css file when viewing in different devices, you could open file: templatesja_puresiteetclayoutsdefault.xml (or in backend > template manager > layout (tab) > edit ):
<file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
<file media="only screen and (max-width:735px)">css/layout-mobile.css</file>
<file media="only screen and (min-width:736px) and (max-width: 985px)">css/layout-tablet.css</file>
<file media="only screen and (min-width:986px) and (max-width: 1235px)">css/layout-normal.css</file>
and remove file you don’t want to use.
– With horizontal scroll bar, pls open file templatesja_puresitecsstemplate.css and add this CSS rule:
body#bd #ja-wrapper {
overflow-x: scroll;
}
– With Joomla 3.x, we develop a new version: JAT3V3 Framework which use Less & Bootstrap as its in joomla 3.x. And we are in progress of updating most of older templates to be compatible with both joomla 2.5 and joomla 3.0.
Regards.