• Cannot seem to get the last two boxes to line up?

    I’ve tried using the additional css of .tmm_member{vertical-align:top;} but to no avail.

    Cheers

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi there,

    For some reason I see a paragraph tag (<p>) in the Team container. When I remove it using the browser I get all the boxes perfectly aligned.

    Are you using HTML in the bio fields or any other field?

    Thread Starter arran211

    (@arran211)

    Nope no html in any of the fields. I have just gone back in and stripped all of the content and retyped it but its still not aligning correctly

    Plugin Author WP Darko

    (@spwebguy)

    Hi there,

    This is strange, if you are familiar with PHP, could you try adding the following to your functions.php theme file?

    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 99);
    add_filter( 'the_content', 'shortcode_unautop',100 );

    Before you do this, make sure you back up your site or that you have a way to revert the changes if anything goes wrong. The best way is to have a staging site.

    Keep me posted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Row of four members, the last 2 drop down a bit?’ is closed to new replies.