So I tried to do the color code change on the color for the nav. part of myillusions. I wanna get rid of that in the nav. part. Also how would I center the Navigation links. Is it also possible to center the comment links? Thank you in advance
(As an aside note, this made me notice this module is absolutely positioned which it shouldn't as it makes styling more difficult; I've filed a bug and submitted a fix. Thanks!)
no subject
Would you try this?
.module-navlinks {
left: 5%;
right: 5%;
text-align: center;
}
(As an aside note, this made me notice this module is absolutely positioned which it shouldn't as it makes styling more difficult; I've filed a bug and submitted a fix. Thanks!)
no subject