• Resolved sbraunm

    (@sbraunm)


    it appeared recently. How to get rid of it? (please see on PC, not mobile)

    thanks

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Please temporarily deactivate your SG Optimizer plugin until the problem is resolved. Its masking where the border is coming from.

    Thread Starter sbraunm

    (@sbraunm)

    In this staging site is deactivated: staging

    I’m still seeing the page is using siteground optimized styles, so its not possible to see where the wide border is coming from. I don’t know how you can turn siteground off completely.

    Thread Starter sbraunm

    (@sbraunm)

    I took out SGoptimizer from this staging site. Does this help?

    Siteground is still in there masking what’s going on. So I’m looking at the css cached by siteground which may not be the current css, and I can’t tell what is producing the thick borders.

    Anyway, try this custom css:

    .image_frame {
      border-width: 0 !important;
    }

    Custom CSS can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter sbraunm

    (@sbraunm)

    First of all, thank you very much for responding!

    Your CSS made it look better! You are on the right track! Border now is thiner and does not have that weird frame.
    Can you figure out how to finally get rid completelly of it??

    .mask {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    Thread Starter sbraunm

    (@sbraunm)

    perfect!!!! worked!!

    Thanks a lot!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Ugly border on images’ is closed to new replies.