Archived topic
Logo not increasing size
3 replies · Started by James on June 6, 2019
Hi,
I am trying to increase the logo size (both height and a bit of width) When I add code in and adjust the height bigger, the logo stays the same. When I adjust the height smaller, the logo does indeed get smaller.
I am also using navigatio as header so I am unable to adjust padding from the customizer if I am correct. Increasing the height of the navigation bar does increase the logo size, but I do not want the navigation bar to have a lot of height..
Any suggestions please?
Hi there,
you can remove the padding from the image:
.navigation-branding img {
padding: 0;
}
The only other option is to trim some of the white space off your original image.
never midn was retina... causing issue.
Glad to hear you got it resolved.