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)
-   -   padding (https://forum.x-cart.com/showthread.php?t=34439)

puppetmaster 10-10-2007 06:56 AM

Re: padding
 
I got it, I had to read it a couple of times. Thank you for that.
It's pushing the header over to the right. Can I have it go over the top without placing it in a table.

balinor 10-10-2007 06:57 AM

Re: padding
 
Go over the top?

puppetmaster 10-10-2007 07:06 AM

Re: padding
 
I'm thinking that I have to make my image more of a background image so that the header is over the image and not pushed it to the right.
I the moment it'smage)categories. I would like to have the word categories overtop of the image.

I hopethis make sense.

balinor 10-10-2007 07:08 AM

Re: padding
 
Ok, in that case you need to create a new class for that table cell. remove the image all together and add this to the <td> tag:

<td class="menu-header">

Then, in skin.css, add this:

.menu-header {background: url(images/catBar.jpg); background-repeat: no-repeat;}

puppetmaster 10-10-2007 07:56 AM

Re: padding
 
I've got that done but now it's not putting it underneath the main header and it making the image height smaller. I'm thinking that there is another <td> image height set somewhere in the skin1.css that I need to change.

Thank you

puppetmaster 10-10-2007 08:45 AM

Re: padding
 
Balinor your the best!! I got it to work I just need to figure out how to make the text backgound clear like on the submenu bar. Once again thank you so much.

-e

puppetmaster 10-10-2007 11:04 AM

Re: padding
 
Balinor do you know how I can get the text (categories, bestsellers, Your cart...ect) to have a transparent background. Simlar to the transparent background on the header bar after you click on the category.

Sorry for all the questions.

-e

balinor 10-10-2007 11:13 AM

Re: padding
 
Just change the VertMenuTitle class to have no background color.

puppetmaster 10-10-2007 11:33 AM

Re: padding
 
Sweet!! Thank you so much.


All times are GMT -8. The time now is 07:12 PM.

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