Forum
Welcome, Guest

Reducing the space between the images and the tabs
(1 viewing) (1) Guest
Please ask all of your DynTabs Virtuemart Theme questions here.
  • Page:
  • 1

TOPIC: Reducing the space between the images and the tabs

Reducing the space between the images and the tabs 1 year, 3 months ago #2104

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
The image boxes are set at 430px tall. For some users, that may be too big, leaving too much space between the bottom of the image and the tabs with the product information. To adjust, you go to these files (depending on which color scheme - light or dark - that you are using)

/components/com_virtuemart/themes/Dynatabs/templates/product_details/includes/js/css/dynatabs.tpl.css

or

/components/com_virtuemart/themes/Dynatabs/templates/product_details/includes/js/css/dynatabsDark.tpl.css


Find line 15, and change the height in the code below:

#dynaTabsProductImageBox {
position:relative;
background:none;
float:left;
width:470px;
height:430px;
margin-left:0px;
padding:0px;
border:thin;
}
 


On our demo site, I used 350 for the height because that just looked better. Adjust it as you need it to match your design.
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network
  • Page:
  • 1
Time to create page: 0.56 seconds

Login