• Resolved wcmaster

    (@wcmaster)


    First off, great plugin. We really appreciate providing this plugin to the community.

    There is a minor issue we are having. When listing a long list of employees, the Staff List will randomly (seems random) indent employees. Please see refer to screenshot:

    I examined the source code between each employee and they are nearly identical. The only difference is their contact info. Yet, there seems to be no correlation between contact info and indentation. The photos are all sized the same (150×150 px).

    Any help is greatly appreciated. Thanks!

    • This topic was modified 8 years, 4 months ago by wcmaster.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hey there!

    This is an issue with the information not being cleared properly with CSS – it could be we need to update the CSS in our plugin.

    You should be able to add clear:both; to the staff member wrapping div to resolve the issue – can you give that a shot?

    Best,
    Richard

    Thread Starter wcmaster

    (@wcmaster)

    Excellent! That fixed it:

    
    .staff-member 
    {
    	margin-bottom: 40px;
    	min-height: 150px;
    	clear:both;
    }
    

    Many thanks!

    • This reply was modified 8 years, 3 months ago by wcmaster.
    Plugin Author richardgabriel

    (@richardgabriel)

    Great!

    We’ll be sure to fix this in an upcoming update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Staff List Indenting Employees’ is closed to new replies.