• Resolved Johnshannon1

    (@johnshannon1)


    Hi there,
    I’m trying to use SVG’s for my main site logo in the header and I can’t get them to display.
    I’m using the Bridge theme. In the WP media library the size is 0 x 0. Could you help me to resolve how to get them working.
    I’m not a coder and have tried with my limited skills to resolve!!
    Thanks for your help
    John

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I looked at your page in chrome dev tools and added a height to the logo in px and it rendered. Does your theme provide a stylesheet for you?

    Plugin Author Benbodhi

    (@benbodhi)

    Hi @johnshannon1

    Thanks for using my plugin!

    As @brucetm mentioned (thanks for chiming in!), you just need to set the size of your logo in your CSS.
    Something as simple as this should work:

    .q_logo a {
        height: 100px !important;
    }

    However, you may need to adjust some more CSS or the way your header template pulls the logo to make sure it’s good on all screens.

    Let me know how you go.

    Thread Starter Johnshannon1

    (@johnshannon1)

    Hi guys,

    Thanks for your help with this it is working now in the header area.

    All the best

    John

    Thread Starter Johnshannon1

    (@johnshannon1)

    hh

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can’t get SVGS to display in my header area’ is closed to new replies.