Quote Originally Posted by enzo-ita View Post
Hi,
I ma usinf 1.5.5.a
I am looking for a little change in the responsive classic template behaviour.
What I want to achieve is to create a if clause in the define_main_page.php that would change what shown in home when a tablet or smartphone is rotated 90°
Is it possible? Which would be the if clause?
Thanks for your help.
ciao from Italy
enzo
You will need to create something like a define_main_pageL.php and a define_main_pageP.php for the differences when in mobile.
You would then need to modify both the responsive_mobile.css and responsive_tablet.css. There you can tell the system which define_main_page to display under which circumstance.