JA Sporty Responsive Issues

There is a problem with the responsive layout of the JA Sporty theme. Also the account icon acts as if it is position:fixed when viewed on android a mobile phone, by this I mean it locks to the upper right hand corner when the viewer scrolls

Attachment 29650

11 answers

Profile photo of Sherlock 0.00 $tone August 27, 2013
Public

Hi trmmarketing,

I just took a look at the Jm sporty demo here on an android tablet device and I did not see the mentioned issue, if the problem only occurred at your end Can you give the url for taking a look ?

#1
Profile photo of Hans-Eirik Hanifl 0.00 $tone August 28, 2013
Public

let me know exact your mobile device where you saw the issue ?

I’m not following what you are looking for here. The errors that are being seen on the Nexus can be clearly seen by using a desktop browser and resizing the screen to the resolution break points.

#4
Profile photo of Sherlock 0.00 $tone August 29, 2013
Public

Ok mate you just open the file of skin/frontend/default/jm_sporty/css/styles.css look for this css rule around line number 7671

HTML Code:

 .main {
           width: 1000px !important;
        }

Just remove it that I think would help !

#5
Profile photo of Hans-Eirik Hanifl 0.00 $tone August 29, 2013
Public

Ok, removing that did help with the break point on tablets in portrait orientation.

Now does you have a solution for the moving account icon on the android smartphones using the default browser?

#6
Profile photo of Sherlock 0.00 $tone August 30, 2013
Public

Ok, removing that did help with the break point on tablets in portrait orientation.

Now does you have a solution for the moving account icon on the android smartphones using the default browser?

I checked the demo at a default android browser and don’t see the mentioned problem πŸ™

#7
Profile photo of Sherlock 0.00 $tone September 13, 2013
Public

I am sorry for this late mate, you can try this solution
open the file of skin/frontend/default/jm_sporty/css/layout-mobile.css you look for this rule

HTML Code:

  #ja-top {
  position: fixed;
  right: 0;
  top: 0;
  width: 45px;
}

you change it to

HTML Code:

  #ja-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

I hope this would help !

#11

Please login or Register to Submit Answer

Written By

Comments