News:

Create A Forum Installed

Author Topic: Topic Thread Screen is EXTREMELY WIDE All Of A Sudden  (Read 1229 times)

0 Members and 1 Guest are viewing this topic.

Offline rollerpigeon

  • Full Member
  • ***
  • Posts: 117
  • Karma: 3
    • View Profile

Badges: (View All)
Level 4 Linux User Mobile User
Re: Topic Thread Screen is EXTREMELY WIDE All Of A Sudden
« on: July 02, 2011, 07:53:06 pm »
It does it via the main board index too.  Its something with the modifications you've made to the style.       How it views depends on your personal screen resolution.  If using a wide-screen monitor and a high resolution setting it all fits in nicely.   Im at 1400x900 and it fits perfectly if I keep my browser window full screen on the monitor.  If I DONT (and I normally do not)  it doesnt fit well at all.      Its not resizing the information and should be so somethings amiss in your css or the settings for the theme.  Check your settings for Forum width in Admin > Layout settings > Theme settings.  If you have it set at pixels for width try changing it to a percentage.  Give 98% a shot.   

The #wrapper { width:95% !important;} you stuck at the top of the css won't work.    You need to edit div#wrapper

In the css change

Code: [Select]
div#wrapper
{
   margin: 0 auto;
   min-width: 764px;
   max-width: 2300px;
}


to

Code: [Select]

div#wrapper
{
   margin: 0 auto;
               width:  98%;
}

Thanks for that info. Did what you suggested.  I also deleted a "page" that had the bad css. So here is what happened. I noticed when I am not logged in but use the site, all is well. Things display properly. However, once I logged in, the same problem is repeated. I then log out and browse, all is well until I log in again.  :o

I tried another computer using a different login and it worked just fine under that user name. I don't know what to think or do? Help!!  ???

Thanks

Tony

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
476 Views
Last post February 05, 2014, 06:38:26 pm
by Komeda
0 Replies
297 Views
Last post February 17, 2014, 09:20:10 pm
by eazy999
2 Replies
780 Views
Last post February 26, 2014, 07:39:42 pm
by andamooka
1 Replies
457 Views
Last post February 10, 2020, 04:36:46 pm
by Harley Quin
4 Replies
219 Views
Last post June 06, 2022, 04:32:01 am
by CreateAForum