• Resolved Johnshannon1

    (@johnshannon1)


    Hi there,

    Thanks for your help before.

    I can’t get the SVG to work in wp bakery in the Bridge theme. I have placed the image and give it an extra class name of logofooter.

    In the WP Customiser I’ve added;

    .logofooter {
    height: 100px !important;
    }

    and it doesn’t display. The logo seen in the actual footer at the mo is a png. I create the footer in wp bakery and copy and paste the code into a widget.

    The logo should be displaying on the left hand side of the footer page at the top below the nav.

    Any advice help you could give me with this issue would be apprecaiated.

    All the best,

    John

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Johnshannon1

    (@johnshannon1)

    Hi there, hope all’s well. Any ideas with this?

    Plugin Author Benbodhi

    (@benbodhi)

    Hi @johnshannon1

    Sorry for the delay!

    If you could put the actual code you’re trying to get work in, I’ll have a look. I can’t troubleshoot the png unfortunately.

    Thread Starter Johnshannon1

    (@johnshannon1)

    Hi Benbodhi,

    No probs.

    I have in the custom css;

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

    Which is showing the logo in the header. I have an SVG in the footer area too which is constructed using wpbakery within bridge theme. The logo isn’t displaying in this area.

    Cheers

    John

    Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    Thank you.
    This should fix it. You may want to change up the classes a bit in case it messes with something else, but looks fine on quick glance.

    img.vc_single_image-img.attachment-medium {
        width: 100%;
    }
    Thread Starter Johnshannon1

    (@johnshannon1)

    Hi Benbodhi,

    Great thank you

    Plugin Author Benbodhi

    (@benbodhi)

    My pleasure. Happy to help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘SVG Logos not working with WP Bakery’ is closed to new replies.