Change yhe modules view in mobile version

I need to change the modules that are displayed on the mobile version, such position-05 module position by position-06 or even more modules look on the home. No match in the layout the way to do it.

can help me?

Example, display modules position-06 position-07 in home in the mobile version.

Where is the layout?

Thank you very much

4 answers

Profile photo of Saguaros 0.00 $tone August 29, 2014
Public

You can try opening file: \jm_casual\skin\frontend\default\jm_casual\css\lay out-mobile-portrait.css

At approx line 154:

Code:

/* Home page*/
.jm-tab-content {
	display: block !important;   <<< add this line
	width: 100% !important;
}

Then flush magento cache.

#1

Please login or Register to Submit Answer

Written By

Comments