Hi there,
I changed my pagewidth to be 1135, and since then my primary links are no longer centered on the page. How do I go about moving this over?

Comments

iharley’s picture

Status: Active » Fixed

Sorry, found the answer in the layout.css file within the color directory in sites/default.

Anonymous’s picture

Yes, when you change the color of a theme, a copy of the CSS files is made with the new colors replacing the original css file. So as the original is not used anymore, modifications made to the css will not be working.

One solution is to edit the css files automatically created by the color module, and stored in sites/default, but a better solution would be to edit the original css, and then go to the theme settings and resubmit the form without changing anything. This will recreate a new css files with your latest modifications.

I would suggest to use the second solution, because if you edit the css in sites/default, all your modifications could be delelted if you were to change the colors again.

iharley’s picture

I hadn't thought of that. Thanks, will do.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.