How am I going to change tpl_tabular_display.php to be like the way I have my featured products on my front page
see here
How am I going to change tpl_tabular_display.php to be like the way I have my featured products on my front page
see here
Start by getting the download module in "Other" for column-grid
Zen-Venom Get Bitten
Hi Kobra,
I'm not understanding what you mean by "other"
There are several categories in the downloads section in the top nav bar ^^^ here and this module is in the "Other" category
Zen-Venom Get Bitten
Hi Kobra,
I've done that. Know all I need to do is make them into table cells to ensure that all the boxes are the same height.
No need to revert to tables as this is currently div based...I've done that. Know all I need to do is make them into table cells to ensure that all the boxes are the same height.
One make your images uniform in height and width by placing them on a transparent or white matt of the same size.
Then you can determine the max height that you want and apply this height with this in your stylesheet.css file adjusting to your preferences
Code:.centerBoxContentsProducts { height: 400px; }
Zen-Venom Get Bitten
Hi,
I suppose your right. I just have to watch how much I add into short description.
I'll have to give the short description, overflow:hidden.
Thanks
Hi,
Setting the height of the box is not going to work for me I dont think.
I've a rounded bottom on each box.
What is the very last item that goes into those boxes.
I'll probably have to set the height of each thing inside them like the short description and the title.
See here
I thnk that I do not agree with you on this as your boxes are created correctly with a repeated image so that it can resize automatically as required. and by setting the height as proposed, you attain the same size container just as if this were a table. Or am I still missing your point?Setting the height of the box is not going to work for me I dont think.
Zen-Venom Get Bitten
Hi kobra,
That isn't working for me. I set the height of
.centerBoxContentsProducts{height:380px;}
take a look at the page again. Any suggestions.
Thanks kobra.