-
AuthorPosts
-
Alice Ching Friend
Alice Ching
- Join date:
- September 2014
- Posts:
- 84
- Downloads:
- 8
- Uploads:
- 13
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
March 15, 2011 at 10:59 pm #161502Hi is there any way to align the Product Name, Image, Price better? Some have longer name and pushes the price down.
Is there any way in vm settings or through CSS styles that we can make the product name a fixed height, or any other solution is welcome.
Please see attached picture.
Thank you.
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
March 16, 2011 at 4:59 am #381563Dear vertex615!
Please do the following to get the solution:
– Open componentscom_virtuemartthemesja-zeolitetemplatescommonproductsnapshot.tpl.php edit this code:
<span style="font-weight:bold;"><?php echo $product_name ?></span>
To
<span style="font-weight:bold;" class="product-name"><?php echo $product_name ?></span>
Open /templates/ja_zeolite_ii/css/template.css
Add this code:
span.product-name{
float: left;
font-weight: bold;
height: 50px;
width: 100%;
}To the end of the file.
Regards!
Alice Ching FriendAlice Ching
- Join date:
- September 2014
- Posts:
- 84
- Downloads:
- 8
- Uploads:
- 13
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
March 16, 2011 at 5:47 pm #381709Thanks, That helps a lot.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by Alice Ching 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Home Page Product Name, Product Img, Price Alignment, Up and Down
Viewing 3 posts - 1 through 3 (of 3 total)