phil3001 Posted August 2, 2011 Share Posted August 2, 2011 Hello, in the category page of my site I have a picture corresponding to the category and the text below I would like to align text next to the image. I think we need a little touch category.tpl and css but I can not find how to do enclosed a picture showing you how it is today and how i want i want this one : thank you in advance for your help Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted August 2, 2011 Share Posted August 2, 2011 Without seeing a live website I don't know if someone can help you... Link to comment Share on other sites More sharing options...
phil3001 Posted August 2, 2011 Author Share Posted August 2, 2011 hello this is my website : http://www.eurodeal4u.fr/fr/7-tee-shirts-homme and this is how I would like to : http://www.oursoncalin.com/13-peignoirs-de-bain thanks for your help Link to comment Share on other sites More sharing options...
vivek tripathi Posted August 4, 2011 Share Posted August 4, 2011 replace your category.tpl <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> with the following code <div style="float:left;height:200px;"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> I have attached corrected layout jpg Link to comment Share on other sites More sharing options...
phil3001 Posted August 5, 2011 Author Share Posted August 5, 2011 thanks you it works very well 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