Hi,
Is it possible to use Enfold and be “retina friendly”? Can we at least have the logo in 2x?
Hi webpress!
Insert a logo image with twice the size that you want then add this on Quick CSS:
.logo img {
max-height: 116px !important;
max-width: 231px !important;
}
Adjust the max-width and max-height.
Cheers!
Ismael
Adjust it to be the “normal size”?