How do I resize the logo (make bigger) and move it a bit over and down padding…
Thanks!
F
Hi freddieink!
Try this CSS out.
.logo img {
height: 300px !important;
max-height: 300px !important;
padding-left: 200px;
padding-top: 20px;
width: 400px;
}
You can change it’s width and height there and move it around with the padding top and left values. If your going to change it’s height then you’ll also need to increase the size of your header in Dashboard > Enfold > Header.
Cheers!
Elliott