0
Fixed

standings not lineup

lefaek 3 years ago in Standing updated 3 years ago 6

My standings table is not lined up. How can i fix it. See the image

Image 2600

Started

There is a CSS style conflict with your theme styles.

Send me a link to this page, and I'll prepare a CSS fix for it.

Fixed

Add the code below as Additional CSS.

https://anwppro.userecho.com/en/knowledge-bases/2/articles/1-how-to-add-custom-css

.standing-table.text-center > div,
.standing-table.text-center > div > div {
    margin-left: initial;
    margin-right: initial;
}


almost done. As you see the word "ποντοι" is the points. So it should be over the points of the team. There is a cell missing on the header for the "win/lost/draw" icon

This "Points" text is too long.

1) You can make it shorter (see screenshot)


2) Or you can make it smaller.

.standing-table__header-row > div {
  font-size: 12px !important;
  font-weight: 500;
}


There is a cell missing on the header for the "win/lost/draw" icon

They are self-explained.

everything done. Thanks a lot for your quick reply