Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1328053

    Hi,

    I’m using a plugin to link to retailers from the products in my store. Retailers are listed as buttons in a column, and I want to list them in a row.

    Maybe 4 in a row max. You can see them here: https://levoit.bg/product/levoit-core-300s/

    Thanks in advance!

    #1328077

    Hey boyan89,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.single-product .wc-product-retailers > li {
    	display: inline;
    }

    the expected results:
    2021-11-06_019.jpg

    Best regards,
    Mike

    #1328099

    This worked great! Thank you so much Mike.

    #1328115

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘List product retailers in one row’ is closed to new replies.