Where and how can I change the size of the logo? the standard hight is 60 pixels and i want to change this value to 120 or so?
Please see at http://www.cross-shop.be ? I changed the logo to another one on the blue lay-out, but it is not showing completely.
7 answers
public_html/magento/skin/frontend/default/jm_topaz/css/theme.css
Found here some info, but now I need to know how to lower the navigationbar…
Under Extensions manager click Template Manager and select Ja-Topez and click the button to edit CSS. Then look for the following line and edit it according to your needs.
Code:
h1.logo a { background: url(../images/logo.gif) no-repeat center; display: block; height: 150px; width: 408px;
Under Extensions manager click Template Manager and select Ja-Topez and click the button to edit CSS. Then look for the following line and edit it according to your needs.
Code:
h1.logo a { background: url(../images/logo.gif) no-repeat center; display: block; height: 150px; width: 408px;
Per your suggestion, I increased height to accommodate a larger logo. Now there’s a gray space between the top, white header (where search bar is located) and the black nav menu. It looks like I’m outside a container.
Any help much appreciated.
Sorry this didn’t work for you. I was honestly just specifying the "general proceedure" for modifying the logo size/position There may be some additional .css code in there above or below the code I wrote originally that you might have to tweak as well, just look for "logo" headings. I’ve personally found that each template requires a small degree of trial and error until you get things just right.
No problem. I should have posted a follow-up yesterday. After some trial and error with the CSS file, I determined which variables require adjustment. Thanks!
No problem. I should have posted a follow-up yesterday. After some trial and error with the CSS file, I determined which variables require adjustment. Thanks!
How did you do that can you explain please? I need to lower the navigation as logo is always under navigation. thanks.
Hi.
You need to reset value of height in below code
Code:
#ja-header .main { line-height: normal; position: relative; background: #FFFFFF; height: 120px; }
Navigation will go lower automatically
This question is now closed