Topic: Editing template
What should i edit in the .css file to change the width of that panel (marked in red)?
Thanks!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → Editing template
What should i edit in the .css file to change the width of that panel (marked in red)?
Thanks!
solved
#brd-viewtopic #brd-main .main-topic span.post-byline,
#brd-viewtopic #brd-main .main-topic div.post-author {
width:19em;
margin-left:-21em
}#brd-viewtopic #brd-main .main-topic div.post-author li.useravatar img { max-width: 80px; max-height:80px;}
#brd-viewtopic #brd-main .main-topic div.postbody,
#brd-viewtopic #brd-main .main-topic div.posthead {
margin-left:19em;
}
PunBB Forums → PunBB 1.3 additions → Editing template
Powered by PunBB, supported by Informer Technologies, Inc.