zee28 Posted September 11, 2013 Share Posted September 11, 2013 hey all i want to make the header of the website i am making a different color to the rest of the page can anyone suggest the css coding i will need to use please my url is http://www.comsatsystems.co.uk zee... Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 global.css line 547 add background param with !important modifier. #header { position: relative; background: red!important; } Link to comment Share on other sites More sharing options...
zee28 Posted September 11, 2013 Author Share Posted September 11, 2013 thanks, do you know how i could make the website fit the entire screen? Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 you want 100% width? in this case you have to edit grid system http://www.comsatsystems.co.uk/themes/default/css/grid_prestashop.css change width values for grid_X where X is a number of grid Link to comment Share on other sites More sharing options...
zee28 Posted September 11, 2013 Author Share Posted September 11, 2013 wow! so confused.. so sorry Link to comment Share on other sites More sharing options...
zee28 Posted September 11, 2013 Author Share Posted September 11, 2013 (edited) the reason i want to do this is because i cant keep the rest white down the middle Edited September 11, 2013 by zee28 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now