Support Forum

Forum Size problem

FA fabio25
fabio25
Member

Hello everybody,

Thank you for your work, I have install SP V5 on my wordpress but ther is a size problem when the forum display. How can i   

Change width of the forum? 

My website : http://www.forexo.fr

Thank you for your help.

 

Fabio

5 Answers

New Answer

MP Mr Papa
Mr Papa
Member

the width available for the forum is set by your wp theme… we can only use the width that it gives us…

it appears you are attempting to use the full width template of your wp theme, but it is not allocating the full width to the forum…

on line 745 of the theme style.css file, if you add a width: 100% to the css it will give full width to the forum…

FA fabio25
fabio25
Member

Thank you for tour answer, i change the width on line 745 but it don’t work…frown

 

.post {
float: left;
font-size: 12px;
width : 100%;
line-height: 1.8;
color: #444;
}

If you have an other idea.

Thank you for tour time wink

MP Mr Papa
Mr Papa
Member

did you clear your browser cache after the change?

its full width now for me…

FA fabio25
fabio25
Member

Yes it’s good!!!! Thank you very much Mr Papa you are the best!