Okay
  Public Ticket #2899146
CSS footer
Closed

Comments

  • Frankie Kam started the conversation

    The bottom of the webpage consists of a carousel of sponsor logos (“owl-carousel” class) that fits and displays up to 8 sponsor logos at any one time. I have 9 sponsor logos that need to fit in the carousel uploading loading up the webpage. How can I do this? Showing 8 sponsor logos and having the 9th to wait 5 seconds before being displayed won’t work for me. Please advise. Frankie.

  •  1,626
    Andrey replied

    Hello, Dear Frankie Kam!

    In this case please open in any code editor file index.html and go to the line # 1684.

    change here this code from:

    data-responsive-lg="8"
    

    to this one:

    data-responsive-lg="9"
    

    just take a look at the screenshot: http://prntscr.com/1wy5wio

    Save changes in file and check the results at front-end.

    Best Regards!