
03-15-2011, 11:51 PM
|
|
 | |
|
|
 X-Man
|
|
Join Date: Jan 2008
Posts: 2,613
|
|
|
Re: centering company_logo.gif
Looking over your HTML, class .logo is responsible for behavior of that container.
<div class="logo">
<a href="http://ntphealthproducts.com.au/cart/home.php">
<img src="/cart/skin/common_files/images/xlogo.gif" alt=""/>
Try in Firebug to delete class="logo" and X-Cart logo will be visible. But thanks to css "display: none" for (.logo img) it won't appear in Frontend.
So, class .logo is creating you trouble because you modified it wrong.
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)
You can catch my ideas here: http://ideas.x-cart.com
|
|