weird formating with links in content UL

tmonsta
12 years, 11 months ago
everything seems to be working fine, but for some odd reason, on several of the content pages of the site
where I have unordered lists, the links within them appear weird

it forces a line break, screws up the formating

is there any way to fix this
dryabov
12 years, 11 months ago
Could you post url of such page?
dryabov
12 years, 11 months ago
Add the following css rule to templates/mobile_iphone/css/custom.css:
 
ul li a, ul li a +{
display: inline;
font: inherit;
}
 

PS. mobile_iphone template is based on jQTouch library, and the library considers links inside list as a menu items and applys corresponding styles.
dryabov
12 years, 11 months ago
And update to 1.0RC5 (it fixed some issues on iOS5).
tmonsta
12 years, 11 months ago
that worked wonderfully
thank you!

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.