Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1439789
    #1439825

    Hey Intell,

    Please try the following in Quick CSS under Enfold->General Styling to align the logo on mobile devices:

    @media only screen and (max-width: 767px) {
      .responsive #top .logo {
        position: static;
        display: table;
        height: 80px !important;
        float: none;
        padding: 0;
        border: none;
        width: 60%;
      }
    }

    When you have activated the child, then please go to Enfold->Import/Export and import the parent theme settings. If your settings don’t apply after that, then please try to save the theme options in order to regenerate the theme resources.

    Best regards,
    Rikard

    #1440433

    open your svg code and have a look if it has width and height information inside on svg tag.
    by the way – you can simplify your svg code on svgomg
    choose on right options : prefer viewbox to width/height
    maybe that will help

    Edit:
    i tested my suggestion on uploading a svg file with width and height information. There must be something different.
    There must be a css rule in your setting that prevents your svg logo from fitting into the surrounding container – in any case, i didn’t have to set any extra css rules to achieve this.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.