• Hi,

    I would like to list 3 or 4 four specific products by id on a single row. if i list by category i get what i like but if i list individual ones they are one they are vertical. I managed to do it using a columns shortcode but would like to know if there is a proper way.

    also any way to have a colored background (red blue etc…(

    thanks in advance

    Dom

    https://www.ads-software.com/plugins/grid-products/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor ModDish

    (@moddish)

    not sure what you mean in the first question

    but for the background just adjust the table class in the plugins css file.

    Thread Starter mimmo_l

    (@mimmo_l)

    Hi thanks for the quick help.

    I’lll try to clarify, if i use category view the products will list

    P1 P2 P3
    P4 P5 P6

    But if i want them in a specific order say
    P6 P2 P4
    P1 P3 P5 i need to select individually in the short code by id

    Doing so I get:

    P6
    P2
    P4
    P1
    P3
    P5

    thanks

    Plugin Contributor ModDish

    (@moddish)

    you could add a css class to the individual items, then set them to be 30 to 33 % width and display:inline-block;

    without seeing the site thats the best I could suggest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3 single products in a row and coloured background’ is closed to new replies.