Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #305589
    #305634

    Hey debenm!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img {
    width: 100%;
    }

    Best regards,
    Yigit

    #305938

    Thanks Yigit… that worked perfectly.

    One other question… How can I make it so that the nav on smaller screens (i.e. iPhone / iPad) does not overlap the logo?

    #305941

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img { max-width: 80%; }}

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
    Cheers!
    Yigit

    #306002

    Perfect, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘SVG Logo Size & Position off’ is closed to new replies.