rodolphe Posted March 24, 2014 Share Posted March 24, 2014 Hi, The title field in the comparison view does not automatically adjust to display setup fee. How do I change that? Regards, Rodolphe. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 24, 2014 Share Posted March 24, 2014 Hi Rodolphe, there would be a few ways to do this, but probably the simplest would be to edit the style.css file within the comparison folder... as you are using feature highlights, you need to modify the two sections below. #order-comparison .prodtablecol div.aheader { background-color: #204791; padding: 10px 0 10px 0; color: #fff; font-size: 12px; height: 34px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; } #order-comparison .prodtablecol div.bheader { background-color: #7BAA24; padding: 10px 0 10px 0; color: #fff; font-size: 12px; height: 34px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; } you will need to change the two values for either the "font-size" (make it smaller to reduce the font size), or "height" (make it larger to increase the height of the heading blocks). 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.