vapingxt, on 22 February 2012, 23:28, said:
How do I edit the CSS?
I want the header where the logo is to ne taller?
Do I need to do this with an html editor (dreamweaver)? Can it be done from within the OScommerse site?
I looked everywhere on the site but could not find css editor.
I want the header where the logo is to ne taller?
Do I need to do this with an html editor (dreamweaver)? Can it be done from within the OScommerse site?
I looked everywhere on the site but could not find css editor.
open catalog/stylesheet.css
find this part of the code (open it up in a text editor like the above poster said)
#header {
height: 60px;
}
and change the pixel amount to whatever you want it to be, 100px etc.
Edited by Rachel Brex, 03 May 2012, 06:53.














