- Posts: 15
- Thank you received: 0
Lay out product page
-
mol4
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #7951
by mol4
Lay out product page was created by mol4
On the following
test-website
the products prices appear above the 'amount-choice' and 'add-to-cart' button. Anyway, this is in Firefox. In Safari and IE the price is in the same line so it messes up the lay-out.
Can this be fixed through CSS or does this have to be hardcoded in the document itself?
Thanks!
Can this be fixed through CSS or does this have to be hardcoded in the document itself?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7957
by ivan.milic
Replied by ivan.milic on topic Re: Lay out product page
This does not look as our default add to char button design.Seams like you already had some changes. The style for that is in :
components\com_virtuemart\themes\hot_ecommerce\theme.css
components\com_virtuemart\themes\hot_ecommerce\theme.css
Please Log in to join the conversation.
-
mol4
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
13 years 8 months ago #7959
by mol4
Replied by mol4 on topic Re: Lay out product page
Actually i didn't make changes to the virtuemart template. I only made changes in the joomla template. What I'm trying to achieve is to get the price above the amount-choice, and the add-to-cart button below it. What I don't know is whether to achieve this through CSS or to change it in the file (and which file I also don't know). So I'm rather helpless at this point. Hope you can show me the right direction.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7963
by ivan.milic
Replied by ivan.milic on topic Re: Lay out product page
Add this to the bottom of file I gave you link last time:
INPUT.addtocart_button{
float:left;
}
INPUT.addtocart_button{
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.177 seconds