The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum Width Issue

2 posters

Go down

Forum Width Issue Empty Forum Width Issue

Post by Digi June 28th 2013, 7:46 am

I have an issue with my forum's width. It will obey the settings I choose in ACP when I force the default templates, but will expand its size and ignore the settings without default templates. I have a hunch that it may be a coding error in my templates, however I am not sure which template nor do I know exactly what error(s) is occurring. I have edited the index_body, index_box, overall_header, viewforum_body, and the viewtopic_body in the past. 

Forum Version: phpBB2
Forum URL: http://www.worldduelingacademy.com/


EDIT:
Screenshots:

With Default Templates:


Forum Width Issue 6Ry5PRg


Without default templates:


Forum Width Issue GD9ef20


Last edited by Digi on June 28th 2013, 8:07 am; edited 2 times in total
Digi
Digi
Forumember

Female Posts : 29
Reputation : 2
Language : English

http://www.worldduelingacademy.com/

Back to top Go down

Forum Width Issue Empty Re: Forum Width Issue

Post by Festina Lente June 28th 2013, 7:53 am

Find this code in your CSS:

Code:
.bodylinewidth {
 width:90%}

Here you can change width
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

Forum Width Issue Empty Re: Forum Width Issue

Post by Digi June 28th 2013, 8:00 am

How would I also adjust the column space between the bodyline and widgets exactly as they are in the Default setting?
Digi
Digi
Forumember

Female Posts : 29
Reputation : 2
Language : English

http://www.worldduelingacademy.com/

Back to top Go down

Forum Width Issue Empty Re: Forum Width Issue

Post by Festina Lente June 28th 2013, 8:07 am

Find this code:

Code:
#content-container #left {
 width: 180px;
 margin-right: px;
 }
#content-container #right {
 width: 180px;
 margin-left: px;
 }

... and adjust columns width
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

Forum Width Issue Empty Re: Forum Width Issue

Post by Digi June 28th 2013, 8:13 am

Johnny Doc wrote:Find this code in your CSS:

Code:
.bodylinewidth {
 width:90%}

Here you can change width

Johnny Doc wrote:Find this code:

Code:
#content-container #left {
 width: 180px;
 margin-right: px;
 }
#content-container #right {
 width: 180px;
 margin-left: px;
 }

... and adjust columns width

I apologize for this inconvenience... none of these codes are working.
Digi
Digi
Forumember

Female Posts : 29
Reputation : 2
Language : English

http://www.worldduelingacademy.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum