Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    FlexSlider seems to have it set for images to be 100% width, no matter their actual size based on this CSS from the flexslider.css file on your site: .flexslider .slides img {width: 100%; display: block; margin-top: 0; height: auto; }

    The company logo is the listing’s “featured image”, in WordPress parlance, so FlexSlider might just be trying to display that there.

    Depending on what you want to do, you can hide it with something like body.single-job_listing .flexslider .slides img { display: none; } via custom CSS.

    Thread Starter cofelmarketing

    (@cofelmarketing)

    Hello

    I have delete the .flexslider .slides, it’s ok for me.

    Thanks

    Arnaud

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘FlexSlider and logo Company error’ is closed to new replies.