X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Logo Issues (https://forum.x-cart.com/showthread.php?t=53556)

toddpatterson 05-01-2010 07:15 PM

Logo Issues
 
Good evening all. We have just updated to 4.3.1. We are also changing our logo which is considerably larger and looks great. The dimensions are 1182x235. I did manage to adjust the dimensions of the template for this and the website is showing the entire logo. The problem here is that, well, it bleeds down over the categories and right hand menu. Rolls right under the search bar. Is it possible to adjust the entire top so that everything from the search bar down is adjust down the page in order that the whole logo can be displayed?

Anyone with any ideas on this, please take a look at http://rimrockwholesale.com to see what I am referring to.

Thanks a million to anyone who can help with this!

cflsystems 05-01-2010 07:24 PM

Re: Logo Issues
 
#header .line1 {
direction:ltr;
height:235px;
position:relative;


}

#header {
height:276px;
left:0;
position:absolute !important;
top:0;
width:100%;


}

#content-container {
clear:both;
float:left;
margin-top:290px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;


}

toddpatterson 05-01-2010 07:27 PM

Re: Logo Issues
 
Steve,

Are these all in the skin1/main.css?

Here is what I have changed already which seems to be causing the problem:

#header .line1 .logo {
padding-top: 9px;
margin-left: 27px;
width: 203px;
}
#header .line1 .logo a img {
width: 1182px;
height: 235px;

Thanks,

cflsystems 05-01-2010 07:32 PM

Re: Logo Issues
 
Yes main.css. Make the changes in red to reflect your new image height

toddpatterson 05-01-2010 07:34 PM

Re: Logo Issues
 
Thanks a million! That was EXACTLY what I was needing :)

Now to get these darned phones adjusted.....lol.....always seems to be one thing or another.

Thanks Steve.


All times are GMT -8. The time now is 02:37 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.