OneTwo Posted November 16, 2010 Share Posted November 16, 2010 HeyI 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=10It 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 More sharing options...
theme_designer Posted November 18, 2010 Share Posted November 18, 2010 Please check the CSS. Link to comment Share on other sites More sharing options...
OneTwo Posted November 25, 2010 Author Share Posted November 25, 2010 Thanks for the advice, I have looked and I'm still stumped (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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now