Custom CSS…

Posted in: Newspaper
Post count: 4

I can’t get anything take effect.

I bring custom data in via PHP snippet, and it’s really just float: left two DIV’s and font and image sizing. I’m using Chrome to inspect the CSS. I know it sees my CSS because the image sizing does work. I’ve tried over-riding it with !important, but nothing is working on the floats and font size.

courtside.buzz

Otherwise love the theme.

Post count: 7909

Hi,

Please provide more details what are you trying to do as I have checked your site but I’m not sure where I should look and what you are trying to customize.

Thanks!

Post count: 4

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.
Post count: 4

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

Post count: 4

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

Thank you.

Post count: 7909

Hi,

Yes, I’ve also checked your site and it seems to be fine – http://screencast.com/t/nrWYRrEmL3m

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.