Kevin C Posted December 13, 2019 Share Posted December 13, 2019 Hi. I am busy setting up my store using the free "Classic" theme. I want to make changes to the look of the product pages but I am not sure if this is posssible, and if so, where to do this. Or do I need to add another module. With reference to the jpeg below, I would like to make the block marked "1" smaller to show only one line of text, and I would like to make the product block marked "2" big enough to show up to 3 lines of text. Any help will be appreciated. Thanks Kevin Link to comment Share on other sites More sharing options...
lototo Posted December 20, 2019 Share Posted December 20, 2019 Hello. You must know some basic Html and CSS to do so. number1 add to your theme CSS file .block-category.card.card-block { height: 140px; overflow: hidden; min-height: 80px; } Link to comment Share on other sites More sharing options...
JBW Posted December 20, 2019 Share Posted December 20, 2019 Add this to your custom.css file and clear cache .block-category { min-height: initial; } For second one: Find the corresponding CSS by using the inspect function (right click on the element) in your browser and look for height rules 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