phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

Field widths via CSS

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.

Re: Field widths via CSS

Postby shiny601 » Tue Feb 15, 2011 6:22 pm

I simplely changed in content.css:
Code: Select all
ul.topiclist dt {
     ...
     width: 75%; /*You can change it to whatever you want, but make sure the left percentage is enough for the right columns like post,views and last post, Note that I only have two columns*/
        ...}

dd.posts, dd.topics, dd.views {
     width: 8%;
     float: right; /*Added*/
      ...
         }

dd.lastpost {
   width: 15%; /*Changed. Make sure the three percentages in red color in total is no more than 100%*/
   float: right; /*Added*/
         ...
}


It works perfect for me.
shiny601
Registered User
 
Posts: 1
Joined: Tue Feb 15, 2011 7:43 am

Previous

Return to [3.0/Olympus] Styling

Who is online

Users browsing this forum: No registered users and 4 guests