d.crysty23 Posted February 17, 2014 Share Posted February 17, 2014 I want to arrange the MORE INFO part of the product page so that it would look like in the image below. The problem is that I don't know how to organize the borders.. I want the "More info" button to have no border in the lower part (border-bottom). If you need more details, I will provide them. Thanks! Link to comment Share on other sites More sharing options...
NemoPS Posted February 17, 2014 Share Posted February 17, 2014 Can you share the current site url? Are you using the default theme? Link to comment Share on other sites More sharing options...
vekia Posted February 17, 2014 Share Posted February 17, 2014 if you're talking about http://www.3bwine.com/CRISTY/prestashop/index.php?id_product=1&controller=product you have to change css styles .idTabs .selected { color: #000; background: #FFF; border: 1px solid black; border-bottom: none; bottom: -1px; position: relative } .idTabs a { background: #FFF; color: #c0c0c0; display: block; font-weight: bold; padding: 10px 10px 7px; text-decoration: none; } #more_info_sheets { padding-top: 10px; border: 1px solid black; } .idTabs { list-style-type: none; margin-top: 20px; border-bottom:none; } effect: Link to comment Share on other sites More sharing options...
Recommended Posts