iPhone display layout

shigeto_y
13 years, 2 months ago
I found that declaration of css for iPhone conflicted with other componets, RSEvents and Joomlagallery.
Like this:
capture sample

Toolbar is overflow into right side and brank on top. This is caused by div.current class selector.
So I added follow lines to mj_iphone.css
div.current {
border:0px;
margin-top:0px;
padding:0px;
}


It seems OK...
Is it correct?
dryabov
13 years, 2 months ago
Yes, it should be correct if it doesn't affect work of RSEvents and Joomlagallery.

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.