<ul class=“top”>
<li>Sod sold on a per roll basis</li>
<li>We supply residential and commercial</li>
<li>Available for pick-up or delivery</li>
<li>Skid deposits are required for large orders that are dropped at site.</li>
<li>All large orders must be ordered 24-48 hours in advance, delivery charges can apply</li>
<li>Discounts will apply on per quantity basis</li>
<li>For pricing, please call our office at 905.686.0972</li>
</ul>
thanks for the help I just want the bullet to line up with the type and not outside of the type.
<h1>Kinds of Grass</h1>
<h2>Sods<h2>
<h3>Kentucky Blue Grass Sod Rolls</h3>
<p>
At Wintermere Sod Growers we harvest our sod fresh daily for quality guarantee. We carry only small sod rolls for easy handling. Each roll is a standard size of 16 inches wide x 81 inches long. They cover approximately 9 square feet and weight between 15 – 30 lbs. We stack 85 rolls to a skid for easy truck or trailer pick-up.
</p>
<h3>Quack Grass Sod Rolls</h3>
<p>
A perfect seed blend to wreck most lawns... :)
</p>
^ By “type”, I assume the OP means the text above and below the UL.
The 20px left padding I placed on the UL will get it close, but that is all you can do. We have no control over where the UA actually places the bullet. They are usually within 1-2px depending on the browser.
The only way to get pixel perfection (as far as that is possible) with bullets is by making a bullet BG image and positioning it on the LI
EDIT:
Wow! a lot of <br> tags being abused on that page just for the sake of doing the job of margins
Spans being used for what should be h2 tags for the missing h1 on the page which is just an image.
I would see that as the most pressing thing to get straightened out.
<p><span class="heading1">
<br />
<br />
<br />
<br />
Kentucky Blue Grass Sod Rolls</span>
<br />
At Wintermere Sod Growers we harvest our sod fresh daily for quality guarantee.
We carry only small sod rolls for easy handling. Each roll is a standard size of 16
inches wide x 81 inches long. They cover approximately 9 square feet and weight
between 15 – 30 lbs. We stack 85 rolls to a skid for easy truck or trailer pick-up.
<br />
<br />
</p>
I know about the breaks it’s brutal!!!
I took over this project from another designer because the client was not happy with the formatting. I tried to tell them let me do a structured 2 coloumn layout but they would not let me do it so I had to work with what I had.