Jump to content

[HELP] Some resizing help & Grid view


Recommended Posts

Hello everyone,

Hope everyone is fine.

I have a few problems, if anyone could post a solution, it would be really appreciated.

PROBLEM 1:
How can i change the size of a category's center column IMAGE --> http://i56.tinypic.com/iwrzwm.jpg

PROBLEM 2:
How do i remove the 2 bars that appear when you click on a category IMAGE --> http://i52.tinypic.com/nbc6lt.jpg

PROBLEM 3:
I want to change the product view from LIST to GRID. I have already searched the forums and came up with some threads explaining it. but i couldn't understand it. could anyone please show me the way in easy words ?

URL:
www.x-trm.co.uk

Regards,
Ibrahim

Link to comment
Share on other sites

  • 2 weeks later...

For question N#1 change this in the global.css

ul#product_list li div.center_block {
float: left;
width: 74%

2. Open the category.tpl file and go to this code:
{if $category->description}

{$category->description}

{/if}

Into
{*if $category->description}
{$category->description}

{/if*}

For question n#3 i am also looking for a solution for it. If you get a good replay please share
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...