Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category Name on same line as Category Icon

Category Name on same line as Category Icon

Views: 973

Results 1 to 7 of 7
14 Dec 2012, 12:07 AM
#1
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Category Name on same line as Category Icon

How can I make the Category Name show up on the same line as the Category Icon on the Product Info Page instead of being below the image?

Attachment 11621

5 Jan 2013, 1:16 AM
#2
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Re: Category Name on same line as Category Icon

I would really like to do the same thing on a category listing too. Move the category description, and the "Filter Results" up. There is just too much blank space to the right of that category icon that looks funky.

7 Jan 2013, 5:44 PM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Category Name on same line as Category Icon

Styling issues like this are always far better answered by looking at your site live. Screenshots can't tell us what element classes/ids apply in your template, and unless someone has a test site that duplicates your layout, we can't try things to see what works best.

8 Jan 2013, 8:19 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Category Name on same line as Category Icon

Add to your stylesheet```
.categoryIcon>a>img+br {display: none;}

10 Jan 2013, 12:22 AM
#6
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Re: Category Name on same line as Category Icon

Thank you! That did it, but now I would like a little space between the two. Like about 3 spaces or 25px.

10 Jan 2013, 12:33 AM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Category Name on same line as Category Icon

.categoryIcon>a>img {margin-right: 3em;}