• at the moment the product image is added above the product image can I add the product image next to the description?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css:

    table.td tr.order_item .td img {
        display: inline;
    }

    Hope it helps!

    Best,
    Hannah

    Thread Starter burner9000

    (@burner9000)

    I aded that the to the theme CSS file but I am guessing there is a css in the plugin that I need to add this to ?

    Thread Starter burner9000

    (@burner9000)

    Sorry worked it out, had to add it to the CSS in the designer then add float:left !important;

    hannah

    (@hannahritner)

    Glad you were able to sort this! Let us know if there’s anything else we can help you with.

    Best,
    Hannah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘product image next to the descriptio’ is closed to new replies.