Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Greg,

    thanks for reaching out – I’ll gladly help!
    Try putting !important after margin-right:5px. Also, if you wish to have those four entries in a row you should change width to 60px:

    ul.related_post li {
    width: 60px !important;
    }

    or if you wish to put them in a column, change width to 200px:

    ul.related_post li {
    width: 60px !important;
    }

    Hope this helps! ?? And please let me know how it goes or if there is anything else I can help you with.

    Take care & have a nice day,

    Petra

    Thread Starter gregcrowe

    (@gregcrowe)

    Petra,

    The “!important” tag did the trick. BTW, for future reference, I got four to fit per row in twenty fourteen’s standard Content Sidebar widget ares width of 608px with the following:

    ul.related_post li {
        margin-right:5px !important;
        max-width: 70px !important;
    }

    Thanks!

    Greg

    Hey,

    glad to hear it works and thanks for the tip ??

    Take care,

    Petra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Coustom CSS doesn't seem to work’ is closed to new replies.