Increasing the Width of "Threads / Posts & Last Post" Columns in the Homepage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moustafa
    New Member
    • Oct 2008
    • 25

    [vB4] Increasing the Width of "Threads / Posts & Last Post" Columns in the Homepage

    Hello,

    Firstly, i spent over 10 hours searching this forum and vb.org too and i read all pages that relates to my question but i didn't find the answer to it.

    The only result i got is to add a code in addititional.css file and i added that already but nothing happened.

    also tried the doc width with "auto" being set at left and right margins but still no single change.

    The only change i get is when i increase the min. doc width which only increases the margins but do nothing to the forum body.

    Looking forward to hear from you.


    Thanks.
    Webmaster & Make Money Forum
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    It looks like if you change one, you have to change ALL of them for it to look right-

    The first column (thread title...)

    Code:
    .forumbit_post .foruminfo .forumdata .datacontainer { width:88% !important; }
    The subscribe/unsubscribe icon

    Code:
    .forumbit_post .forumactionlinks { width:5% !important; }
    Threads/Posts column

    Code:
    .forumbit_post .forumstats, .forumbit_post .forumstats_2 { width:12% !important; }
    Last Post colum
    Code:
    .forumbit_post .forumrow .forumlastpost { width:22% !important; }

    Comment

    Related Topics

    Collapse

    Working...