Home Forums Plugins WooCommerce Boost Sales Width of popup

Width of popup

  • Author
    Posts
  • #144828

    Simon Maddox
    Participant

    How can I change the width of the cross-sell popup within the plugin configuration?

    Looks like on my browser the div is limited to 552px:

    and there is also backup CSS for 800px:

    @media
    (min-width: 1367px)
    .woocommerce-boost-sales .wbs-content-inner.wbs-content-inner-crs {
    max-width: 800px;
    }

    The effect of these is to only show the first few of the items in the bundle, when there is much more there. I know it’s possible to scroll, but I can’t see the point of limiting the width if not needed.

You must be logged in to see replies to this topic. Click here to login or register