Jump to content

[SOLVED] How to edit individual products block?


Recommended Posts

Hi,

Is there a way (i hope its easy, couse i have no programing skills) to make an individual product block a bit smaller so that on site there will be a less scrolling up and down and more products to see instantly?

...i edited in PS one picture to give you an idea what im loking for.

example site : http://www.mikronis.hr/shop/category.asp?catid=29

thanx in advance!

DJ.

4286_WB4wAfH2t1QHd3BfHsVi_t

Link to comment
Share on other sites

%-P lol sorry you can try this
Go to your global.css in the theme in use and search for this:

ul#product_list li {
   background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
   border: solid 1px #d0d3d8;
   padding: 6px;
   height:130px;
   clear:both;
   margin-bottom:0.3em;
}



It will be around line 1439 and edite the height: height:130px; maybe to height:100px; adjust acording your needs or theme

But I think you may need to edit more than that.

Link to comment
Share on other sites

great, half way there.
this works now some new issues have emerged... :)

where to remove that "WIEV" button couse it is compleatly unnecesery couse click on it is the same as click on picture or text, and how to limit text that it dont escapes new borderline?

thnx!

4302_Av8LXyWKZvlXylzxUFc9_t

Link to comment
Share on other sites

where to remove that "WIEV" button couse it is compleatly unnecesery couse click on it is the same as click on picture or text, and how to limit text that it dont escapes new borderline?

/module/homefeatured/homefeatured.tpl
and remove this line:
{l s='View' mod='homefeatured'}

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