• Resolved aichioshikiri17

    (@aichioshikiri17)


    Hello,

    My website’s player list page displays players’ name in one or two lines depending on the length of player’s name.
    When the player’s name is displayed in two lines, it causes a distortion in the format and players are no longer organized in a grid.
    Would you please help me with solving this problem?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out.

    This is for the most part a theme-related issue. It looks like your theme is adding line breaks there. We can hide them with some CSS code though.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .gallery-caption br {
    	display: none;
    }

    Thanks!

    Thread Starter aichioshikiri17

    (@aichioshikiri17)

    It got fixed!!
    Thank you very much for your help.

    Thread Starter aichioshikiri17

    (@aichioshikiri17)

    One more question.
    Players’ names that were displayed in two lines are now displayed in one line, but no spacing between first and last name.
    Would you please let me know what to add on the custom CSS to fix this problem as well?

    Roch

    (@rochesterj)

    Hi!

    Thanks for your reply.

    Here it seems to be fine. Where do you see that?

    Thanks!

    Thread Starter aichioshikiri17

    (@aichioshikiri17)

    Roch,

    I was able to identify the issue and fix it.
    Thank you very much!!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Player List Two Lines’ is closed to new replies.