PDA

View Full Version : another subforum problem


mp3president
10-15-2016, 01:52 PM
Hi there,

I have a new problem with my subforums.
On the main site it looks good now, however when i go into the subforum it looks like this.

https://vborg.vbsupport.ru/external/2016/10/8.jpg

I can't get it so that it is not cut in half.
I want to have them full with.

Can anyone help me please???

MarkFL
10-15-2016, 02:00 PM
If you wish to PM the credentials to a temporary admin account to me, I will be glad to investigate the issue and see if I can fix it. :)

mp3president
10-15-2016, 02:05 PM
you have PM ;)

MarkFL
10-15-2016, 02:18 PM
Okay, I found that in your template "forumdisplay.css" for that style, there wsa the following CSS class selector:

.forumbits ol {
float: {vb:stylevar left};
width: 50%;
clear:both;
}

I edited it to read:

.forumbits ol {
float: {vb:stylevar left};
width: 100%;
clear:both;
}

That seems to have fixed the issue. :)

mp3president
10-15-2016, 02:20 PM
Thank you verry much. I am realy helped with this.

I will send you another pm ;)

Thx for the help, learned something again hihihih