Characters page has only one column

elaewin
elaewin
edited April 2015 in Campaign Portal Building
Somehow I've managed to unintentionally make my Characters page show only one column. Anyone know how I can fix it?

https://fading-suns-apocalypse.obsidianportal.com/characters

Comments

  • SkidAce
    SkidAce
    Posts: 830
    At an initial glance, without inspecting code, try reducing the width of the character block.

    Just measuring the screen, on my computer it doesn't look wide enough to hold two columns.
  • elaewin
    elaewin
    Posts: 6 edited April 2015
    I'm not sure how I could have unintentionally changed the width, though, because I surely didn't do it intentionally.

    On my other campaigns, the character pages show up in two columns as normal.
    Post edited by elaewin on
  • Unknown
    edited April 2015
    Got it solved.

    In your custom CSS file you have this around line 187:

    li {
    font-family: "Ubuntu",sans-serif;
    font-size: 100%;
    line-height: 1.5;
    list-style-position: outside;
    margin-left: 1.5em;
    }

    That margin-left: 1.5em declaration is causing the issue as the Character page is a list. If you remove that line the Character Page will be back to two columns (tested and verified). If you need that 1.5em margin on some specific listings I would recommend giving them a special class to do it.

    --
    Alex
    "Dragon Age: Requiem":https://dragon-age-requiem.obsidianportal.com/
    Post edited by Unknown User on
  • elaewin
    elaewin
    Posts: 6
    Thank you so much!
  • Unknown
    Happy to help.
Sign In or Register to comment.

April 2024
Season of Strife

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions