![]() |
Re: Border around products.
I have sent private message to website, as it is closed and under developement.
|
Re: Border around products.
Try putting this code into main.css
Code:
if that works, you'll be able to change css to whatever you want to style it. Your template is different from mine and your featured products table doesn't have an id so its a little difficult to control it with css. |
Re: Border around products.
Quote:
This is difficult because the columns are populated using a foreach loop, which will place the separator at the end of the row as such. O | O | O | There maybe a way to count the array index and leave it out for every third product. Will see if I can figure it out while I backup my drives. |
Re: Border around products.
fast borders mod (developed for our templates in 15 minutes)
1. add in the end of your main.css Code:
.products-table{border-left:1px solid #d7e8ff;border-top:1px solid #d7e8ff} Code:
<tr> Code:
<tr class="last-row"> |
Re: Border around products.
Victor, thank you this seems to have a full border around the products which looks great, but not what I am looking for.
I think Ashley has worked out the method, to either use every third array, or not on the end of the table |
Re: Border around products.
I can't get what kind of borders you need but I can also give common recipe:
just add name to foreach f.e. foreach name=prods then youll be able treat it like this: Code:
class="item {if $smarty.foreach.prods.first}left-item{else}{if $smarty.foreach.prods.last}right-item{/if}{/if}" after adding this to css: Code:
.item{border:#000 1px solid} |
Re: Border around products.
ok that sounds perfect, will give it a try, thanks
|
Re: Border around products.
RichieRich - how did you achieve this? I'm really interested. Is there anyway you can send me your url so I can take a look at it too?
Thanks. |
Re: Border around products.
Richie can you or will you provide this?
|
Re: Border around products.
I want to individual product border in category,featured product and manufacturer page.I want to get this for 4.4.2 Pro.
How to achieve that? |
All times are GMT -8. The time now is 01:30 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.