Jump to content

Alignment issue with catagory.tpl/global.css


OneTwo

Recommended Posts

Hey

If anyone can please shed some light on this I will be soooo grateful:

I was doing so well…..and then I stumbled across this problem with the catagory.tpl

I need a little help in moving it to the correct position,at the moment it is off the left hand side of the page, see link below for example:

Click Here

Here is the content of the catagory.tpl file:


{include file=$tpl_dir./breadcrumb.tpl}

{if $category->active}
{include file=$tpl_dir./errors.tpl} {if $products} {include file=$tpl_dir./product-list.tpl products=$products} {elseif !isset($subcategories)} {l s=‘There is no product in this category.’} {/if} {else} {l s=‘This category is currently unavailable.’}
{/if}



Here is snippet from global.css

/* category.tpl */
.category_title { width:600px; float:right; color:#438bcb; padding:0 0 13px 0pt; margin-bottom: 10px; font-size:30px; color: #cccccc; word-spacing: -0.1em;
letter-spacing: -0.05em;}
h2 span {font-size: 22px; color: #660066; word-spacing: -0.1em; font-weight:bold; letter-spacing: -0.05em; margin:-12px 0 0 0.5em;}
h2 b {font-size: 22px; color:black; word-spacing: -0.1em; font-weight:bold; letter-spacing: -0.05em; margin-top:-12px;}
body#category #subcategories li {margin-right:10px;}
div.cat_desc { margin:0 1em; padding-top:10px; padding-bottom:20px; float:left }
body#category div#subcategories ul.inline_list li a img {display:inline;}

All help is greatly appreciated
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...