• Resolved JenniferCross

    (@jennifercross)


    Hi Roman,

    I hope you are well.

    I have made an alteration to the Team row, reducing each employee to 30% so that I can get all 3 in one row on laptop view. However, the Meet the Client row below has now also changed to 30% because this uses the Employee widget.

    Please could you help me with a bit of code to put the Meet the Client employee back to 100% (it will need to be specific to this row otherwise it will alter the team section as well).

    Many thanks in advance,
    Jen

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

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

    Try adding this CSS code to your site’s additional CSS:

    
    #pgc-773-8-0 .employees-area .employee {
      width: 100%;
    }
    

    You will need to adjust the #pgc-773-8-0 selector when the layout structure changed. The number indicates the page ID and row position.

    ?I hope this reply helps. Let me know in a new topic for any other question.

    Regards,
    Kharis

    Thread Starter JenniferCross

    (@jennifercross)

    Hi Kharis, that is perfect, thank you!

    Jen

    You’re welcome Jen!

    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 ‘Increasing width of employee section’ is closed to new replies.