sirbayard

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Week View Display Issue #96934
    sirbayard
    Participant

    I think I found the issue within the theme. The theme being used has a section in style.css for defining a div class .column
    ( .column { float:left; display:inline; margin-right:48px; margin-bottom:20px; position:relative; } )

    And it looks like in Week View the div. class identified is .column . I couldn’t find a .column div class in the default WordPress theme. I removed that line as a test, and the Week View displayed “almost” correctly (days no longer overlapped, the words were just slightly cutoff on the bottom). Sadly, editing that style part screws up the entire site.

    It’s a friends site that I am helping him with, so I can’t just change the theme, so I guess I will try and see if there’s a way to either edit all the theme files from .column to .columns or all of the plugins files…

    in reply to: Week View Display Issue #96894
    sirbayard
    Participant

    Yeah, I went through the themer’s guide before coming here, but couldn’t find anything specifically dealing with how the column width is done in the week view (or month view for that matter). Tried comparing both output pages, went through all the files, but I’m stumped, especially since month view works perfectly with the theme, so came here. Will try contacting the theme creator and see.

Viewing 2 posts - 1 through 2 (of 2 total)