kevinab Posted April 28, 2015 Share Posted April 28, 2015 Hi, I was hoping someone could point me to the css file that controls the line spacing for the 'more info' part of the product description. Any help would be great. Thanks Link to comment Share on other sites More sharing options...
dioniz Posted April 28, 2015 Share Posted April 28, 2015 It's product.css Link to comment Share on other sites More sharing options...
kevinab Posted April 28, 2015 Author Share Posted April 28, 2015 HI, Thank you for your reply, that confirmed what I thought which is a good start. I cannot appear to find the line that controls the line spacing in the more info section. Any ideas? Or is it not specified at the moment, if so what should I add? Thanks Link to comment Share on other sites More sharing options...
dioniz Posted April 29, 2015 Share Posted April 29, 2015 Find this code: #page .rte p { margin-bottom: 1em; min-height: 1px; } add line-height to it. Link to comment Share on other sites More sharing options...
kevinab Posted April 30, 2015 Author Share Posted April 30, 2015 Found it! For anyone else who it is interested; It is not in the product.css file it is in the global.css file Look for line; #more_info_sheets {padding-top:10px;} Then add your line height attribute. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now