Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    it’s not because of the gallery, but rather your theme is adding a big empty box that makes it look like the gallery is to big.

    You can hide this element on Ad details pages by adding the code below in the wp-admin / Appearance / Customize / Additional CSS panel

    .single-advert .featured-image {
      display: none;
    }
    Thread Starter sthan78460

    (@sthan78460)

    Thank you very much for your help, it looks great now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Frame is too large in advert details pages’ is closed to new replies.