Welcome, Guest
Username Password: Remember me

weird formating with links in content UL
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: weird formating with links in content UL

weird formating with links in content UL 12 years, 4 months ago #6808

  • tmonsta
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
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

Re: weird formating with links in content UL 12 years, 4 months ago #6856

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Could you post url of such page?

Re: weird formating with links in content UL 12 years, 4 months ago #6881

  • tmonsta
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
www.opaafood.com/index.php/schools-a-employees/why-choose-opaa?device=iphone

second bullet:
Opaa's Wellness & Nutrition staff stays abreast of the ever-evolving federal and state nutritional ...

Re: weird formating with links in content UL 12 years, 4 months ago #6886

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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.
Last Edit: 12 years, 4 months ago by dryabov.

Re: weird formating with links in content UL 12 years, 4 months ago #6888

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
And update to 1.0RC5 (it fixed some issues on iOS5).

Re: weird formating with links in content UL 12 years, 4 months ago #6889

  • tmonsta
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
that worked wonderfully
thank you!
  • Page:
  • 1
Time to create page: 0.10 seconds

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.