Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Jwrbloom
tagDiv Member

Evidently I had an error in the CSS causing it to stop working. I think everything is good now.

Thank you.

Jwrbloom
tagDiv Member

I’m talking about the tabbed section, the content under the 2017 tab.

Jwrbloom
tagDiv Member

The vertical list on the right just below the grid, the words should be to the right of the picture and a smaller font. The words are in their own div.

I’ve tried !important on each one, but it’s not overriding. The only style even showing up when I inspect it in Chrome is the max-width of the img. The other styles aren’t even showing up as being overridden. It’s odd.

.playerHomeList img {
max-width: 75px;
img{border:1px solid #;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float: left;
}

.playerHomeList div {

font-size: 10px; !important
float: left;
}

  • This reply was modified 10 years by Jwrbloom.
Viewing 3 posts - 1 through 3 (of 3 total)