- Posts: 8
- Thank you received: 0
Category Page Layout Messed Up
-
eric67
Inactive member - New Member
Less
More
13 years 3 weeks ago #13291
by eric67
Replied by eric67 on topic Re: Category Page Layout Messed Up
Hi Ivan,
Here a link but you can see that on your own demo product, just need to have only 2 items enabled within the category: vertigino.fr/perle-de-nacre.html
As you will see, the 2 items should be on the same raw.
If needed, I cen provide a superadmin / FTP access.
regards,
Eric.
Here a link but you can see that on your own demo product, just need to have only 2 items enabled within the category: vertigino.fr/perle-de-nacre.html
As you will see, the 2 items should be on the same raw.
If needed, I cen provide a superadmin / FTP access.
regards,
Eric.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 weeks ago #13293
by ivan.milic
Replied by ivan.milic on topic Re: Category Page Layout Messed Up
open :components\com_virtuemart\themes\hot_cosmetics\templates\browse\includes\browse_notables.tpl.php
find this:
echo "<div style=\"width:". intval(round(100/$cell_count)) ."%; float:left;\" id=\"".uniqid( "row_" ) ."\">";
and change it to this:
echo "<div style=\"width:". intval(round(100/$cell_count) - 3 ) ."%; float:left;\" id=\"".uniqid( "row_" ) ."\">";
find this:
echo "<div style=\"width:". intval(round(100/$cell_count)) ."%; float:left;\" id=\"".uniqid( "row_" ) ."\">";
and change it to this:
echo "<div style=\"width:". intval(round(100/$cell_count) - 3 ) ."%; float:left;\" id=\"".uniqid( "row_" ) ."\">";
Please Log in to join the conversation.
Time to create page: 0.083 seconds