Column width

On , in , by GTvB
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #266
    GTvB
    Member

    Hello

    I just installed Raidplaner to my new guild website. I use Joomla 1.7.1 and 3 Flash wow as my template.

    I use the roster view, but all the columns does not fit into this template. How can I change the width of these columns or view only specific columns ?

    #268
    Taracque
    Member

    Can you please provide some more information about your problem? Screenshot, url, anything…
    The column width can be adjusted via css, using for example the #roster_table td selector.

    #306
    GTvB
    Member

    I use a Template with position-7 (left) and position-8 (right), where a few small Mods are placed.
    The Roster an Calender fit only on the page, when no Mods are activated on Position 7 and 8.

    #310
    Taracque
    Member

    If you remove the line
    min-width: 700px;
    from raidplanner.css (can be found in components/com_raidplanner/assets ) itt will make it smaller, however I’m not sure, if the calendar is usable with a smaller size.
    Also you can adjust width of calendar cells (line 53,100,113 width definitions in the same file), it’s 97px by default, but smaller size makes raid labels hard to read.
    If you don’t want to modify raidplanner’s file, you can add the following lines to your templates css file:

    .rp_container, .rp_header_container {
    min-width: 100% !important;
    }
    
    .rp_calendar_body td {
    width: 14% !important;
    }
    
    .rp_calendar_body td .event a,
    .rp_calendar_body td .event {
    width:100% !important;
    }
    

    those overwrites all width declarations in raidplanner.css

    • This reply was modified 11 years, 7 months ago by Taracque.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
 

Comments are closed.