Hi there,
My client wants his logo (his name) to be larger than I currently have it. Is it possible for the header to accommodate and display at full-size a logo that is 510 px by 234 px or better yet 680 px by 312 px
I have created a child theme and wonder if you could please let me know which lines of CSS I should add to the stylesheet in the Child Theme to accommodate either of these logo image size options?
Thank you!
Hey JulieDesigns2!
Thank you for using the theme.
Upload the logo image then insert the full size. Go to Enfold > Header Layout > Header layout panel. Choose custom px value on the Header Size option. Adjust the height to 312px to accommodate the full size of the logo.
Best regards,
Ismael
I am using the transparent header. I have added the following rule in quick css but this hasn’t increased the size of logo. Is my code correct?
.logo {
width: 650px;
height: 535px;
}