• Resolved Sudais Asif

    (@sudais299)


    Hi there, I need help with getting the employee columns(Office bearers on the website) to automatically slide so that the 4th image in the row is displayed without the user having to take any action.

    If this is not possible,is it possible to place arrows for navigation or use 4 employees in one row?

    Best Regards,
    Sudais

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Sudais, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    @media (min-width: 1200px) {
        .sydney_employees_widget .owl-item {
            width: 290px !important;
        }
    
        .sydney_employees_widget .owl-controls {
            display: none !important;
        }
    }

    Kind Regards, Roman.

    Thread Starter Sudais Asif

    (@sudais299)

    Thank you Roman, it worked. Can you guide me as to if any solution also exists for displaying an arrow for navigation?

    Best Regards,
    Sudais

    You are welcome Sudais,

    I don’t think that there is an easy way to add arrows.

    Kind Regards, Roman.

    Thread Starter Sudais Asif

    (@sudais299)

    Ah thank you. ??

    You are welcome Sudais!

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Auto Slider in Employee Display’ is closed to new replies.