1

Topic: how to expand last post column

Hello,

please could somebody help me with that?
How can i expand the width of Last Post column at the index page?
i feel that the forum title has so much space and i would like to have more space
at the last post column. i can`t figure it out how to change this.. maybe in index.php or the skin?

thanks a lot! PunBB_INFO_ICQ/yahhoo

https://punbb.softplaza.net/uploads/images/2019/05/715c9493df4f3ea8f2a4d1b5782665cd.jpg

2

Re: how to expand last post column

@SofieAstylesheet.css:758 

li.info-replies {
    width: 7em;
    text-align: center;
}
li.info-replies {
    width: 7em;
    text-align: center;
}
li.info-forum {
    width: 20em;
    text-align: center
}
li.info-lastpost {
    width: 20em
}
li.info-lastpost cite {
    overflow: hidden;
    width: 18em
}

1

3

Re: how to expand last post column

Thansk @kirpich! But it seems it is not enough to just edit those lines. There are dependencies to the colums above. I don`t get it how to fix this properly.   PunBB_INFO_ICQ/sad

4 (edited by kirpich 2019.06.30 13:52)

Re: how to expand last post column

@SofieA, открой консоль в браузере и прямо в реальном времени редактируй элементы, потом скопируй этот css и сохрани на сервере вместо старого.

.item-summary .info-topics, .item-summary .info-replies {
    margin-left: 100%;
    text-align: center;
    width: 7em;
    left: 965em;
}
.item-summary strong {
    position: absolute;
    left: 999em;
    text-indent: 0;
    padding: .5em 0;
    white-space: nowrap;
    font-weight: normal;
}

1

5

Re: how to expand last post column

Thank you very much, it worked now!

1

6

Re: how to expand last post column

Is there another way to do this?

I don't know how to use console but I know how to edit the stylesheets.

I want to do exactly what the opening poster is trying to do

7

Re: how to expand last post column

@KamWest, just put the code in your css file and save it. If it not changed clear cache of browser...

8

Re: how to expand last post column

I assume you mean the code in post 4.
I have put it at the end of my oxygen css, cleared cache etc and no difference.

I don't know how to modify the css live to make the changes.

I just want the last column to be about 25% wider