Hello -
You go to this CSS file:
/components/com_virtuemart/themes/Dynatabs/templates/product_details/includes/js/css/dynatabs.tpl.css
Places which need to be coordinated in making DynaTabs wider are in marked with an asterisk:
#dynaTabsProductBox {
**width:750px;**
margin:0px;
padding-left:20px;
}
#dynaTabsProductName {
**width:750px;**
color:#ff5900;
margin-left:0px;
margin-top:0px;
padding-top:10px;
padding-left:5px;
}
#dynaTabsProductImageBox {
position:relative;
background:none;
float:left;
**width:470px;**
height:380px;
margin-left:0px;
padding:0px;
border:thin;
}
#dynaTabsOtherImagesBox {
float:left;
**width:200px;**
height:350px;
background:none;
padding-right:4px;
padding-bottom:2px;
margin-right:0px;
}
.browseProductImage {
**width:130px;**
height:80px;
clear:right;
float:right;
}
.dynaTabsThumb {
**width:137px;**
height:81px;
clear:right;
float:right;
padding-left:1px;
padding-top:1px;
padding-right:1px;
padding-bottom:1px;
margin-bottom:2px;
margin-right:5px;
}
#showThumb0, #showThumb1, #showThumb2, #showThumb3 {
height:75px;
**width:125px;**
margin-left:2px;
margin-top:2px;
}
#separatorBar1 {
clear:both;
float: left;
height: 2px;
**width: 400px;**
margin-top:15px;
margin-bottom:15px;
}
#separatorBar2 {
clear:both;
float: left;
height: 2px;
**width: 750px;**
margin-top:20px;
margin-bottom:15px;
}
#dynaTabsProductTabsPlace {
clear:both;
float: left;
min-height: 430px;
**width: 442px;**
}
#dynaTabsProductTabs {
clear:both;
float: left;
min-height: 430px;
**width: 442px;**
}
#dynaTabsPurchaseBox {
float:left;
**width:241px;**
min-height:30px;
background-color:transparent;
margin-top:10px;
margin-left:25px;
padding:0;
}
.vmCartContainer {
**width:241px;**
min-height:30px;
border:none;
margin:0px;
padding:0px;
}
.vmCartAttributes {
float:left;
**width:234px;**
padding:0px;
margin-left:0px;
}
.addtocart_button {
clear:both;
float:left;
**width:167px;**
height:22px;
margin-left:35px;
margin-top:5px;
text-align:center;
border:none;
}
#productReviews {
float:left;
margin-top:10px;
**width:740px;**
border:none;
background:none;
padding-bottom:2px;
}
#productReviewForm {
float:left;
margin-top:10px;
**width:740px;**
border:none;
background:none;
}
#relatedProducts {
float:left;
margin-top:0px;
**width:740px;**
height:230px;
border:none;
background:none;
}
#cartSurround {
float:left;
**width:234px;**
margin-top:0px;
margin-bottom:30px;
}
#cartOptionBox {
float:left;
**width:234px;**
min-height:5px;
padding:0px;
margin-top:20px;
}
#cartQuantity {
float:left;
**width:234px;**
min-height:10px;
padding:0px;
margin-bottom:5px;
}
Please note asterisks aren't actually in the CSS file, I just used them above to note the width fields. Not all of the elements will need to change, depending on what you are trying to do in terms of your sizing. I simply showed them all above so that you can find them easily. All needed changes are in the CSS file. No php code changes or changes in any of the VM template files are required.
Please make sure you have a clean CSS file before starting on changes so that if you make a mistake, you can fall back to the previous file.