Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10028257
    ragz
    Participant

    Hi,

    Is it possible to add more than 5 logos at bottom like sliding logos. Please advice, how it can be done.

    Regards,
    Ragz


    #10028261
    Support
    Keymaster

    Hello, thanks for your purchase.

    Please try to add the following carousel code:

    <div class="owl-carousel owl-theme mb-0" data-plugin-options="{'responsive': {'0': {'items': 1}, '476': {'items': 1}, '768': {'items': 5}, '992': {'items': 7}, '1200': {'items': 7}}, 'autoplay': true, 'autoplayTimeout': 3000, 'dots': false}">
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-1.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-2.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-3.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-4.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-5.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-6.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-4.png" alt="">
    								</div>
    								<div>
    									<img class="img-fluid opacity-2" src="img/logos/logo-2.png" alt="">
    								</div>
    							</div>

    Let me know if you need further assistance.

    Kind Regards,

    Jonas


    #10028288
    ragz
    Participant
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.