Comments Enrique Salanguera started the conversationAugust 12, 2018 at 6:22pmHello, i have Soledad with header layout 3. I have logo and banner, but the logo size is to small, i tried to modify the size of the banner and the max width for logo, but logo remains small. How can i make the logo bigger?. Than you. 2,700PenciDesign repliedAugust 13, 2018 at 3:34amHi,Please add more this code to Customize > Custom CSS to make your logo bigger: @media only screen and (min-width: 1170px){ .container.has-banner #logo{ width: 500px; } .container.has-banner .header-banner{ width: 670px; } } Note: You should remove the logo max width to make logo flexible with the width for that header style 3.Best Regards,PenciDesign1 LikeEnrique Salanguera repliedAugust 13, 2018 at 5:32pmThak you very much! Sign in to reply ...
Hello, i have Soledad with header layout 3. I have logo and banner, but the logo size is to small, i tried to modify the size of the banner and the max width for logo, but logo remains small. How can i make the logo bigger?. Than you.
Hi,
Please add more this code to Customize > Custom CSS to make your logo bigger:
Note: You should remove the logo max width to make logo flexible with the width for that header style 3.
Best Regards,
PenciDesign
Thak you very much!