Toda Posted December 16, 2021 Share Posted December 16, 2021 Hello there, Could any one let me know how to increase the logo height in classic theme? I can go to custom.css. But, could anyone please guide me what code should I type to get the desired results? My site is as follow http://aliyana53.sg-host.com/en/ Thanks and regards Link to comment Share on other sites More sharing options...
razaro Posted December 16, 2021 Share Posted December 16, 2021 Hi Toda, welcome to the forum Your uploaded image is 300px x 53px so it is best to set logo that size. In custom.css line 52 change and add to #header .logo { width: 300px; height: 53px; box-sizing: border-box; min-width: 300px; } @media (max-width: 767px) { #header .logo { min-width: 100%; } } Save and clear PrestaShop cache if you do not see change. Note that on mobile logo text is bit small and background is white. Link to comment Share on other sites More sharing options...
Toda Posted December 16, 2021 Author Share Posted December 16, 2021 Razaro, Thank you for the great help. I pasted the code in the custom.css But unfortunately, I am not yet able to see the results. Another issue which I face now is that the search box is showing right adjacent to the logo. It should be displayed to on the right side of the page and it should be much wider. But, am at a loss on how to achieve it. Thank you again and regards Link to comment Share on other sites More sharing options...
pullidea-dev Posted December 16, 2021 Share Posted December 16, 2021 (edited) Hi, Toda Your logo image ratio is 300:53 If you need height: 100px, the min-width should be 566px. #header .logo { height: 100px; box-sizing: border-box; min-width: 566px; } And for the search box. Please write the below code in custom.css #header .header-top-right { justify-content: flex-end; } And you need clean your browser cache. In windows Ctrl + F5 Thank you. Edited December 16, 2021 by raudsepp (see edit history) 1 Link to comment Share on other sites More sharing options...
Toda Posted December 16, 2021 Author Share Posted December 16, 2021 Dear raudsepp, Thank you sooooooooooooo much. You made my day. I truly appreciate you for the fantastic help. Thanks and regards Link to comment Share on other sites More sharing options...
pullidea-dev Posted December 16, 2021 Share Posted December 16, 2021 Dear @Toda You're welcome. Feel free to ask any question. Thanks. Link to comment Share on other sites More sharing options...
Toda Posted December 16, 2021 Author Share Posted December 16, 2021 Dear Razaro, Thank you again for all the help. I just wanted to request you for one more thing. The menu does not look center alighned. It is gone too far to the left. May I know how to bring it into the center? Thank very much again. Kind regards Link to comment Share on other sites More sharing options...
pullidea-dev Posted December 16, 2021 Share Posted December 16, 2021 #header .menu { width: 100%; text-align: center; } 1 Link to comment Share on other sites More sharing options...
razaro Posted December 16, 2021 Share Posted December 16, 2021 Hi Toda Do notice that @raudsepp is making last few posts and solutions And nice quick solutions. Also for future do follow forum rules and make separate topics for each issue you may have. Thank you 1 Link to comment Share on other sites More sharing options...
Toda Posted December 16, 2021 Author Share Posted December 16, 2021 Thanks again so much. Today, was my first day on the forum. Next time I will follow the forum rules before submitting any question. Thank you and kind regards 1 Link to comment Share on other sites More sharing options...
El Patron Posted December 21, 2021 Share Posted December 21, 2021 Just buy a high quality theme. They have really all the tools you will need to build a great shop. The classic theme is only for getting your catalog built. 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