• Hi there. I have a problem with the List view layout.
    Some products are showing side by side and not in a column. If I set the display to block (display: block) then it shows as it should but then the Grid layout shows only 3 columns from the 4 columns that I have set.
    How can I fix both layout to show as it should?

    Thanks in advance

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

    (@razyrx)

    Hello,

    You can try to change CSS style for products element on change view, you can add code that will do it in plugin settings -> Custom CSS/JavaScript tab
    JavaScript after list style set – set display:block style
    JavaScript after grid style set – remove display:block style

    Regards,
    Oleg

    Thread Starter timberwolfdk

    (@timberwolfdk)

    Hi, there
    I tried to implement the code “set display:block style” and the “remove display:block style” in the corresponding fields (JavaScript after list style set & JavaScript after grid style ) but it returns with error “You have some incorrect JavaScript code (Grid/List View)” when I load the website.
    What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List View layout problem’ is closed to new replies.