![]() |
How do I change the logo/header size
Currently, it's too small for the business owner. He wants me to make it bigger.
I tried tinkering with the CSS (I am pretty well-versed with CSS/HTML). I tired increasing the size of #header and .logo and it's not doing anything. |
Re: How do I change the logo/header size
I currently got the css worked out in firebug, but these cache/temp stylesheets ain't working for me.
|
Re: How do I change the logo/header size
1. webmaster mode is your friend
http://help.x-cart.com/index.php?title=X-Cart:Using_Webmaster_mode 2. you have learned that header images are oftentimes controlled in css -- but oftentimes they are controlled in templates, such as head.tpl for example, in my skin (loosely based on books & magazines), my header image lives in the template, but controlled by css /skin/books_and_magazines/customer/head.tpl USE WEBMASTER MODE and you will learn much about where things live |
Re: How do I change the logo/header size
While you are in development, disable the "speed up tool for css" - then you will see the non-optimized css files in firebug. When you are done, you can enable the speed up tool again.
--- |
Re: How do I change the logo/header size
Quote:
You mean, when inspect the page it shows me this really weirdly named CSS file, that's a result of the "speed up tool" being enabled? |
Re: How do I change the logo/header size
Yes. When you are in production mode, the speed up tool optimizes the css (and js) files. When you are in development, you can disable that so it is easier to make changes.
--- |
Re: How do I change the logo/header size
How come when I add a new rule to CSS it doesn't show up? I can change the value of the declaration, but not add a completely new rule i.e. margin-top
|
Re: How do I change the logo/header size
It is difficult to say where you are going wrong. There is nothing in x-cart that prevents you from adding new css rules.
--- |
All times are GMT -8. The time now is 05:27 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.