![]() |
Re: Bullet Text not working
First:
This is posted in bugs, it shouldn't be as you have custom skin...(I'm sure the mods will move it. You need a separate ul class and contain that with a div, fairly easy, I will post code up for you etc, lets get the mods to move this.... |
Re: Bullet Text not working
Quote:
I am a newbie.. How do i get the mods to move this thread? Or are you able to get it moved? Please post the code.. Thank you for your help! |
Re: Bullet Text not working
Ah I see they use class="content" in the sidebars as well.
Changing it to this should work: div.dialog ul { padding-left: 20px; list-style: disc; } This way you don't have to use any wrappers or anything. |
Re: Bullet Text not working
It also appears that you changed the:
ol, ul { list-style:circle; } Change that back to none, that affects the entire site. |
Re: Bullet Text not working
Ok, I made the change.. Please look it over again..
|
Re: Bullet Text not working
Looks good to me, is that what you wanted? At least it looks good in Google Chrome.
|
Re: Bullet Text not working
Ok:
here is css ad it to main.css ul.mydisk { list-style-type:disc; } NOW FOR EXAMPLE <strong>Why Shop at BuckeyeFanApparel?</strong></p> <ul class="mydisk"> <li> Shop 24-7 securely without having to leave home.</li> <li> Great product selection, prices and customer service.</li> <li> Easy returns and exchanges.</li> <li> Pay no sales tax (if shopping outside of AZ).</li> <li> Products usually ship within 24 hours (Monday - Thursday).</li> </ul> This will now only show where you add the ul class because it has it's own class.. <ul class="mydisk"> |
Re: Bullet Text not working
Quote:
No he didn't, he wanted a separate ul class, as you could see when he added your css, it was giving everything with a ul, with a bullet, the skin he has is not designed for that.... So He needed separate ul class as I first mentioned..:lol: |
Re: Bullet Text not working
Quote:
My apologies it was users fault (With your code implementation) and I didn't read your code properly, plus my code was just a simple why.... |
Re: Bullet Text not working
Gizmo - I made the changes jdiehl mentioned first and it seems to have put the bullets where i intended them to be, not the whole site like his first line of code did. Please have a 2nd look and let me know if you agree I am good to go now.
|
All times are GMT -8. The time now is 06:06 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.