hitAppoint Online Appointment Scheduling SoftwareOnline Appointment Software

Forum

You are not logged in.

#1 2007-11-16 15:01:51

pgbailey
New member
Registered: 2007-11-10
Posts: 9

List options vertically

Hi all,

Please can someone tell me what I need to edit to have my list of options per service listed vertially rather than horizontally.
My option descriptions are rather long and tend to wrap around
you can see what I mean here
pgbcoaching.co.uk/ha/

Many thanks
Paul

Offline

 

#2 2007-11-19 20:46:12

algis
Administrator
Registered: 2006-01-09
Posts: 718
Website

Re: List options vertically

Hello,
these options links are wrapped within a div that has the "buttonBar" CSS class. To stack the links vertically, you can set the display property of "A" as "block" like this:

#ha .buttonBar A {
... some existing code here...
    DISPLAY: block;
}

Offline

 

#3 2007-11-20 15:56:06

pgbailey
New member
Registered: 2007-11-10
Posts: 9

Re: List options vertically

Perfect!

Thank you!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson