Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why does this CSS not work?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261306
    nos402
    Participant

    On the following page: Musician

    The music player is a tiny 3 line scrollable box. I want it to be the length of all songs so you don’t have to scroll.

    When I inspect it in chrome, if I select this element starting with:

    <div class="playlist ng-scope"> 1" data-ng-class="{ short: songs.length

    and edit the CSS:

    .widget-player.small .playlist {
    height: 115px;
    padding-bottom: 0;
    }

    Changing that height in the Inspector window in Chrome does exactly what I want, lengthens the playlist box.

    However, if I add that changed CSS to my style sheet, nothing happens.

    #262580
    dylanbos1996
    Participant

    Don’t know if you still have this problem but it’s probably because you rewrite that property somewhere else. Giving us your code would help here.

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