golkir Posted June 15, 2013 Share Posted June 15, 2013 Hi! When I increase body font in global.css the text flows over "price" and "more" in featured products section. What part of code should I edit to adapt font change to the layout? Thanks. Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 it is possible to check it somewhere? if so, please paste the url Link to comment Share on other sites More sharing options...
golkir Posted June 15, 2013 Author Share Posted June 15, 2013 it is possible to check it somewhere? if so, please paste the url Yes, here it is www.insight-furniture.com Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 by"http://i.imgur.com/uu9legn.png" you mean this: and you talked about this: am I right? Link to comment Share on other sites More sharing options...
golkir Posted June 15, 2013 Author Share Posted June 15, 2013 Yes, you are right) How to fix this? Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 1) homefeatured.css you've got there: #featured-products_block_center .product_desc { height: 45px; } change height param to 65px; 2) global.css line ~625 you've got: ul.idTabs li { float: left; margin-right: 1px; } add to this new param: line-height: 14px; Link to comment Share on other sites More sharing options...
golkir Posted June 16, 2013 Author Share Posted June 16, 2013 1) homefeatured.css you've got there: #featured-products_block_center .product_desc { height: 45px; } change height param to 65px; 2) global.css line ~625 you've got: ul.idTabs li { float: left; margin-right: 1px; } add to this new param: line-height: 14px; Vekia, thanks a lot! Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 you're welcome im going to mark this thread as solved if you've got any questions related to the font change that you made - feel free to continue discussion here regards 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