Cameron West
asked 9 years ago

Please help. I’m having an issue where I just cannot change the color of my navigation/header bar. I am also having a problem with the articles I post. The pages seem to be aligned to the left instead of the center:
http://bluetoadscomics.com/testing/

How can I possibly change this?

1 Answers
DominicStaff
answered 9 years ago
  • To change the navigation/header bar, you can add the following code to the style.css file:
    #header {background: #…;}header #navigation li:first-child a { border-left-color: #…;}#header #navigation li a {border-right-color: #…; }

    #header #navigation li:hover > a { background-color: #…; }

  • At the moment, you only possible change with of the content, you can add the following code to the style.css file:
    #content { max-width: 940px;}
    Note: You can tell me the color that you want to change for the navigation/header, I will help you resolve it.
    Regards,
cameron west
replied 9 years ago

I am still having a problem with the articles I’ve posted. The code I was given doesn’t seem to work at all. Since I cant align them in the center is it possible that I can make the box in which the the article is posted larger and then set to content within the box centered?

dominic Staff
replied 9 years ago

To resolve this issue, please try with the following code:
#content { width: 940px; max-width: 940px; }
Hope this helps !

Powered by DW Question & Answer Pro