Hi,
The logo, which is a 1200×150 px jpg, somehow seems to get stretched. Please help me cwenter the logo and also set the background colour for the log.
Thanks
Mohan
Hi Mohan-Iyer!
Thank you for visiting the support forum.
Please use this on Quick CSS or custom.css:
.logo img {
max-width: 1200px;
margin: 0 auto;
}
Change the header container background with this:
#header_main .container {
background: blue;
}
Best regards,
Ismael
Hi Ismael,
Thanks. Worked perfectly.
Mohan