View Single Post
  #1  
Old 08-06-2010, 07:09 PM
 
gatordp gatordp is offline
 

Advanced Member
  
Join Date: Aug 2009
Posts: 72
 

Default Moving Category title and descriptions (H1 tag)

I just moved my Category Description from the top of the page to the bottom. But by moving this:

Code:
<h1 class="orange_title">{$current_category.category}</h1> {if $current_category.description ne ""} {$current_category.description} {/if}

To the bottom, I now have my H1 tag at the bottom of the page. Not good! My category titles are listed twice on the page right now, one at the top and one at the bottom. I want to simply take the h1 tag and put it around the category title that is at the top of my page (near the sort by options). I can't seem to find where it is located.

I drew a diagram of what my category page looks like now. Where it says "Regular category title" that is where I want to move the h1 tags.

The h1 tag category title and the category description used to be above where it says "regular category title"


http://img809.imageshack.us/img809/6287/19536978.jpg
__________________
X-Cart Gold 4.5.4
Reply With Quote