Jump to content

Catagories Block off the page


Recommended Posts

Hey

I am using the free Moon theme and have difficulty with the alignment of the catagories block.

See here for example:
http://www.blackpoolcupcakes.co.uk/prestashop/category.php?id_category=10

It seems there may be a few missing tags, I have followed the 'hooks' example and put the catagories block in the left column but it isn't even showing and images etc.

Any help as to where which files to fix on this is greatly appreciated :)

Link to comment
Share on other sites

Thanks for the advice, I have looked and I'm still stumped :o(

I know it is probably really simple but I can't seem to work it out, if you can help any further I'd be really grateful.

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;}
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...