Finetuning the sidebar css in Widewind gallery 3.0.3
|
AlternativePhot...
![]()
Joined: 2009-10-01
Posts: 150 |
Posted: Tue, 2012-05-01 20:16
|
|
Been at this for a few hours now.. it's aA stylesheet issue i assume... Quote:
<ul> Perhaps lists are not supported in the wiki style text? Or is it the "a ref" that messes stuff up? |
|


Posts: 27300
Find or add:
#g-sidebar .g-block li {add:
list-style: circle outside none !important;to your css.
I bet you will not like that so you will have to add a new class or div as the g-sidebar already has some other list items that you might not want to have that list style.
perhaps you need to code the list style to that specific list?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 150
You're quite right... I'm overly complicating stuff. Since the email and website lines are so short, i can just add a simple
At the beginning of each line and skip the list all together!
Thanks for your input! You guys are great!