12 out of 10

Great heads up to designers! I am one myself and I have to say that's sage advise.

PS. To get bullet points on your sidebar list items, see the following in your file "thegraphicmac/style.css":

.block .content ul ,
.block .content ul li {
list-style: none;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
}

Bullet points are displayed by default, however in your stylesheet the aforementioned css kills them. To enable them, delete the following lines:

list-style: none;
list-style-type: none;
list-style-image: none;

They will then appear for you. You will however want to add padding to the li's or the bullet points will be off to the side. If you need any help with that feel free to contact me.

Thanks for the info.

Derek Webb



Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
16 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.