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

    In simple product, when i’m using advanced layout editor, I insert more photo in the product gallery, I have this screen https://nodem-it.com/shop/godox-transmitter-xproiin/: however I need to display all the photo in horizontal size like this this https://nodem-it.com/shop/aerocool-shard-argb-mid-tower-gaming-case-dual-chamber-design/ (here I’m not using advanced layout editor)
    please how can I display more photos in one product ?

    Thanks for your support

    #1447295

    Hey Aubin,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-product ol.flex-control-thumbs {
        list-style: none;
    }
    .single-product ol.flex-control-thumbs li {
    	  width: 21%;
        float: left;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1447425
    This reply has been marked as private.
    #1447428

    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 ‘Display more photos’ is closed to new replies.