• Hi all,
    First of all, congratulations for this great theme!
    I’m using the employees widget to show the information of 4 persons. Currently the widget is showing 3 in the same row, and the 4th in a second row.
    Is there any way to force to show all them in the same row?
    The link to my website is dojoyawara.com
    I suppose that it should be easy, but I can’t find the way, sorry!
    Thank you for your help.
    Kind regards,
    Dani

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Dani,

    ?Please accept my apologies for the delay in response. I really appreciate your patience.

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard to modify the employee columns into 4.

    
    @media only screen and (min-width: 992px) {
      .widget_moesia_employees .employee.col-md-6.col-sm-6 {
        width: 24.6%;
      }
    }
    

    Regards,
    Kharis

    Thread Starter dcorredor

    (@dcorredor)

    Hi again Kharis!
    Thanks for your reply. It works fine! I don’t understand too much how it works bit it does!
    Thanks a lot for your help ??
    Kind regards,
    Dani

    You’re welcome, Dani!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Number of employees per line’ is closed to new replies.