Right Side Category Module Error on Lower Screen Sizes

Hi
I have issues with right side banners and modules.
On a low screen resolution (1024- used by mini laptops or other computers) the entire right side module/banners move to the end of the page. Leaving the rest of the page blank at the bottom.

I wish to make the layout based on percentage of the screen size.
If the screen size is smaller then the right side module should fit in automatically.
Attachment 25944

Thanks in advance

3 answers

Profile photo of Css Magician 0.00 $tone February 16, 2013
Public

Hi
I have issues with right side banners and modules.
On a low screen resolution (1024- used by mini laptops or other computers) the entire right side module/banners move to the end of the page. Leaving the rest of the page blank at the bottom.

I wish to make the layout based on percentage of the screen size.
If the screen size is smaller then the right side module should fit in automatically.
Attachment 25944

Thanks in advance

Dear caba,

Please open file skin\frontend\default\jm_wall\css\layout-normal.css and replace

Code:

.ja-lo-2colsr #ja-mainbody { width: 100%; }

to

Code:

.ja-lo-2colsr #ja-mainbody { width: 650px; }
.ja-lo-2colsr #ja-sidebar { width: 220px; }

I hope it will help.

#1

Please login or Register to Submit Answer

Written By

Comments