Tagged: logo
Hello. My logo is a perfect square. I made it 156 x 156 to fit the dimension restrictions in enfold options but it is too small. I would like to change the CSS to naturally accomodate the size of the logo to be 190×190 or 200×200.
The header I use is fixed header with social icons and additonal navigation. Could you please give me the CSS code I can paste into quick CSS so the natural dimensions of Enfold theme are square like 190 x 190? Then, I would like to upload a transparent PNG 190×190 so it looks perfect.
Thank you my kind friends!
Oleks
Hi Oleks,
Try with this code:
.logo, .logo img{
width: 200px;
height: 200px;
}
If it doesn’t work please post a link to your website.
Regards,
Josue