Jump to content

Category on killer skin (silver & Blue)


Guest rjbacon

Recommended Posts

Guest rjbacon

Hi.

I have switched my skin to the killer skin, silver and blue, and I need to know how to put the category on one line rather than 2.

At the top in a vertical line I have the categories, but for some reason some are on one line and some are on two lines.

E.g. Cuff Collectibles

-Links

Any ideas for how to put them all on one line please?

Many thanks,

Rob

Link to comment
Share on other sites

In styleTemplates/boxes/categories.tpl change

<table border="0" cellspacing="0" align="center" cellpadding="0">

to

<table border="0" cellspacing="0" align="left" cellpadding="0">

Try the same thing in cartNavi.tpl

Also in layout.css

.topCats {

text-align: center;

background-image: url(../styleImages/backgrounds/catBg.gif);

height: 26px;

color: #ffffff;

margin-bottom: 15px;

}

Change to

.topCats {

text-align: left;

background-image: url(../styleImages/backgrounds/catBg.gif);

height: 26px;

color: #ffffff;

margin-bottom: 15px;

}

see if that helps

Link to comment
Share on other sites

Guest rjbacon

Hi,

Thanks for that but it still does not work.

It is still on two line but adjusted to the left.

Anything else I can try??

Thanks,

Rob

Link to comment
Share on other sites

Try commenting out the no-repeats or changing to repeat. You can also change the width: 129px; to a greater value.

.topCats {

text-align: left;

background-image: url(../styleImages/backgrounds/catBg.gif);

height: 26px;

color: #ffffff;

margin-bottom: 15px;

}

width: 100%;

}

.topCatsBgRight {

background-image: url(../styleImages/backgrounds/catBgRight.gif);

background-repeat: no-repeat;

background-position: right;

height: 26px;

}

.topCatsBgLeft {

float: left;

background-image: url(../styleImages/backgrounds/catBgLeft.gif);

background-repeat: no-repeat;

background-position: left;

height: 26px;

width: 129px;

Link to comment
Share on other sites

Guest rjbacon

Try commenting out the no-repeats or changing to repeat. You can also change the width: 129px; to a greater value.

.topCats {

text-align: left;

background-image: url(../styleImages/backgrounds/catBg.gif);

height: 26px;

color: #ffffff;

margin-bottom: 15px;

}

width: 100%;

}

.topCatsBgRight {

background-image: url(../styleImages/backgrounds/catBgRight.gif);

background-repeat: no-repeat;

background-position: right;

height: 26px;

}

.topCatsBgLeft {

float: left;

background-image: url(../styleImages/backgrounds/catBgLeft.gif);

background-repeat: no-repeat;

background-position: left;

height: 26px;

width: 129px;

If you dont mind Roban, can you edit the layout.css that I attached and send it back please. I dont really get what you mean.

many thanks,

Rob

Link to comment
Share on other sites

Guest rjbacon

Sorted it out myself.

All I did was replace the layout.css with the killer skin that you get with cube cart and it worked.

Thanks for all your help MUCH appreciated.

Rob

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...