Responsive CMS pages on Smartphone (portrait, landscape) needs to be adjusted

I just figured out that your responsive layout for Smartphone (landscape, portrait) needs some corrections.
Please take a look at screenshots below. They are taken from your demo site (about us).
Attachment 33117 Attachment 33118
Do you have solution that cms pages with 3 divisions become indeed responsive on Smartphone ?

4 answers

Profile photo of Georgios Karapalidis 0.00 $tone March 25, 2014
Public

Can you please provide the fix. I am having exactly the same problem. I am trying to make the CMS pages responsive.

In addition, is there any specific typography that we can use with this theme? I haven’t found anything and i was wondering if there is one.

#3
Profile photo of Sherlock 0.00 $tone March 26, 2014
Public

Please open the skin/frontend/default/jm_crafts/css/layout-mobile.css file and add the css rule below:

HTML Code:

.cms-page-view #ja-container .col3-set .col-1,
.cms-page-view #ja-container .col3-set .col-2,
.cms-page-view #ja-container .col3-set .col-3{
 width: 100%;
}

In addition, is there any specific typography that we can use with this theme? I haven’t found anything and i was wondering if there is one.

We don’t have typography for this theme yet, it will be added in the upcoming themes.

#4

Please login or Register to Submit Answer

Written By

Comments