News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Product Page Lay out

Started by hotrod, March 11, 2014, 13:30:31 PM

Previous topic - Next topic

hotrod

Trying to get the add to cart button area up top closer to the image like the truck parts store.
For the life of me I can't find it in Firebug..  Nor not sure what to do with it once I do..  See images below.
Link in question  http://s1069957.instanturl.net/index.php/shop-tackle/canyon-reels/hs-16/hs-16-2-speed-jigging-reel-detail

[attachment cleanup by admin]
Bronze Member
VirtueMart 4.2.4 10922
Joomla!  ‎4.3.4
PHP 8.0

K&K media production

delete the margin in demo-style.css line 40 and 41

jjk

In addition to kkmediaproduction's suggestion, you may also play with changing the image and buy container width in
...\components\com_virtuemart\views\productdetails\tmpl\default.php
The relevant lines are:
<div class="width60 floatleft">
<?php
echo $this->loadTemplate('images');
?>

</div>

<div class="width40 floatright">


You could change the width values and save the file as a template override.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

hotrod

That was simple  :)   Thanks Guys
Bronze Member
VirtueMart 4.2.4 10922
Joomla!  ‎4.3.4
PHP 8.0