- Posts: 64
- Thank you received: 0
Positioning of 'Short Descr' on Prod.details Page?
-
NanL105
Inactive member -
- Member
-
Less
More
12 years 6 months ago #25904
by NanL105
Replied by NanL105 on topic Positioning of 'Short Descr' on Prod.details Page?
Hi Ivan,
I am having this exact same problem. I moved the short description code as you instructed in previous entry and my result is that the short description now shows up under the product image on the category page and shows up over the top of the main image in the product details page.
I want the short description to appear on the product details page just under the product title, just before the price.
I cannot figure out how to do this. Can you help please? Thanks!
I am having this exact same problem. I moved the short description code as you instructed in previous entry and my result is that the short description now shows up under the product image on the category page and shows up over the top of the main image in the product details page.
I want the short description to appear on the product details page just under the product title, just before the price.
I cannot figure out how to do this. Can you help please? Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #26018
by ivan.milic
Replied by ivan.milic on topic Positioning of 'Short Descr' on Prod.details Page?
Product title code is this:
so place it under it.
Code:
<?php // Product Title ?>
<h1><?php echo $this->product->product_name ?></h1>
<?php // Product Title END ?>
so place it under it.
Please Log in to join the conversation.
-
NanL105
Inactive member -
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
12 years 6 months ago #26023
by NanL105
Replied by NanL105 on topic Positioning of 'Short Descr' on Prod.details Page?
Thank you.
I did do this but the short description still appears over the main image.
Any other thing to try?
I did do this but the short description still appears over the main image.
Any other thing to try?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #26350
by ivan.milic
Replied by ivan.milic on topic Positioning of 'Short Descr' on Prod.details Page?
Send link so we could have an look
Please Log in to join the conversation.
-
NanL105
Inactive member -
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
12 years 6 months ago #26384
by NanL105
Replied by NanL105 on topic Positioning of 'Short Descr' on Prod.details Page?
Here is a link to the page with the problem.
nanlewisjewelry.com/joomla/component/vir...lasp-detail?Itemid=0
The text is going over the top of the necklace image.
Do you also need to see the code?
Thanks!
nanlewisjewelry.com/joomla/component/vir...lasp-detail?Itemid=0
The text is going over the top of the necklace image.
Do you also need to see the code?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #26398
by ivan.milic
Replied by ivan.milic on topic Positioning of 'Short Descr' on Prod.details Page?
Add:
.product-short-description{
margin-bottom:70px!important;
}
to bottom of template_css.css
.product-short-description{
margin-bottom:70px!important;
}
to bottom of template_css.css
Please Log in to join the conversation.
Time to create page: 0.090 seconds