HomeHome Product Discus... Product Discus...SmithCartSmithCartReduce the Height of the tab displayReduce the Height of the tab display
Previous
 
Next
New Post
6/11/2010 4:27 PM
 

How do I reduce the height of the tab display on the product page. I only have a couple of sentences for the products I don't want all the space between the product description and the "Continue Shopping" and "View Cart" buttons.

 
New Post
6/11/2010 5:48 PM
 

If you open up productdetail.ascx located in \desktopmodules\smith.buynow you will see the following style at the top of the page:

 

div.myTabs {
height:350px;
width:100%;
overflow:scroll;
overflow-x: hidden;
padding-right:7px;
}

Change the height property to something less like 200px or anything that works for you. In the next release 2.93 we have moved this style to the module.css

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
6/13/2010 4:05 PM
 

Great.. thanks.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartReduce the Height of the tab displayReduce the Height of the tab display