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?
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
Comment #1
iharley commentedSorry, found the answer in the layout.css file within the color directory in sites/default.
Comment #2
Anonymous (not verified) commentedYes, 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.
Comment #3
iharley commentedI hadn't thought of that. Thanks, will do.