Hello!
I am new to Enfold and just exploring my way through designing my site. Question about the logo: I am trying to use a SVG logo file and think I figured it out using a Quick CSS code, but was curious how I can adjust the scale/size of the logo in the header?
Thanks for the help and a great theme!
Hey rdtjosh,
not sure what you want to achieve, but if you want to increase your logo size use this code inside Quick CSS field:
strong.logo {
width: 800px;
}
Best regards,
Jordan Shannon