• Resolved ophirsela

    (@ophirsela)


    Hi there
    i need help understanding how to influense look and feel – i tried various css codes in the css part of the plugin but could’nt impact anything. is it possible for the plugin to simply display same product design as on category page? especially on mobile – it is not usable as is. thank you

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Please try to set option “Style” in plugin settings to “Default”.

    Regards,
    Oleg

    Thread Starter ophirsela

    (@ophirsela)

    It is se to defult to begin with

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin do not have any other way to change how it displayed.

    Regards,
    Oleg

    Hi, the “Product per line” setting is forcing a !important on <style>. I’m trying to adjust using @media for .br_cart_suggestions .brcs_product, but is being overridden. How should I proceed in this case.

    Just found out the “html” thing to add before the css rule. That worked.

    @media screen and (max-width: 900px) {
    html .brcs_product{width:50%!important;}
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling and Display issues’ is closed to new replies.