0
Welcome Guest! Login
0 items Join Now

modestus resize colmns ?

  • modestus resize colmns ?

    Posted 13 years 8 months ago
    • Hello
      i want use french language in the phpBB3 style modestus.
      how can i resize the left column under categorys defining the number of posts : eg : 3 POSTS ?
      because when i use french "POSTS" is translated to "MESSAGES" and this too large and overrides the next column with the subjects

      thanks for help
  • Re: modestus resize colmns ?

    Posted 13 years 8 months ago
    • hello, i belive that i have found a solution :

      go in : rt.css
      and look for : /* Post count */

      .posts_container {
      display: block;
      float: left;
      margin-left: 5px !important;
      width:49px !important;
      text-align: center !important;
      margin-top: 6px !important;
      margin-right: 3px !important;
      padding: 0px !important;
      }

      and change to :

      .posts_container {
      display: block;
      float: left;
      margin-left: 5px !important;
      width:75px !important;
      text-align: center !important;
      margin-top: 6px !important;
      margin-right: 3px !important;
      padding: 0px !important;
      }

      can you confirm that this the good solution, thanks
    • Karol Orzeł's Avatar
    • Karol Orzeł
    • Elite Rocketeer
    • Posts: 4785
    • Thanks: 288
    • One Crazy Dev

    Re: modestus resize colmns ?

    Posted 13 years 7 months ago
    • Yup :) it's the only way. Through css :) Can you post link to your forum ? Wanna see it :)
    • karolorzel.com
  • Re: modestus resize colmns ?

    Posted 13 years 7 months ago
    • thanks for your answer
      i'm actually still finishing the forum with coppermine integration on localhost
      when all is ok i will give you the link

Time to create page: 0.056 seconds