X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Bullet Text not working (https://forum.x-cart.com/showthread.php?t=52589)

gizmo 03-01-2010 02:41 PM

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....

swartzieee 03-01-2010 02:44 PM

Re: Bullet Text not working
 
Quote:

Originally Posted by gizmo
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....


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!

jdiehl 03-01-2010 02:45 PM

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.

jdiehl 03-01-2010 02:47 PM

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.

swartzieee 03-01-2010 02:48 PM

Re: Bullet Text not working
 
Ok, I made the change.. Please look it over again..

jdiehl 03-01-2010 02:49 PM

Re: Bullet Text not working
 
Looks good to me, is that what you wanted? At least it looks good in Google Chrome.

gizmo 03-01-2010 02:49 PM

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">

gizmo 03-01-2010 02:51 PM

Re: Bullet Text not working
 
Quote:

Originally Posted by jdiehl
Looks good to me, is that what you wanted? At least it looks good in Google Chrome.


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:

gizmo 03-01-2010 02:54 PM

Re: Bullet Text not working
 
Quote:

Originally Posted by jdiehl
Looks good to me, is that what you wanted? At least it looks good in Google Chrome.


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....

swartzieee 03-01-2010 02:54 PM

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.