MouseBits

Advanced search  

News:

Pages: 1 2 [3]   Go Down

Author Topic: Fall 2015 site issues  (Read 26968 times)

0 Members and 1 Guest are viewing this topic.

pixelated

  • Uploader
  • Offline Offline
  • Posts: 7037
Re: Fall 2015 site issues
« Reply #30 on: September 27, 2015, 01:42:38 PM »

I noticed that if you bypass the index.php page and instead view the forums directly via their specific URLs, you see them at 100% width.  For example, this link will let you see this thread at full width instead of being limited to a width of 982px:

http://www.mousebits.com/smf/index.php?topic=9018
Logged

DisneyFanatic001

  • Uploader
  • Offline Offline
  • Posts: 459
Re: Fall 2015 site issues
« Reply #31 on: September 27, 2015, 03:56:38 PM »

Replacing the 982 fixed width with 100% width works for me. ;D

Exactly how does one go about doing this?
Logged
We're rollin', rollin' on the Express.
We're rollin' on Mickey's Birthdayland Express.

pixelated

  • Uploader
  • Offline Offline
  • Posts: 7037
Re: Fall 2015 site issues
« Reply #32 on: September 27, 2015, 09:54:24 PM »

Replacing the 982 fixed width with 100% width works for me. ;D

Exactly how does one go about doing this?
You can do a temporary edit by opening the Developer Console or Tools in your web browser, finding the table definition that looks like this:

<table align="center" border="0" width="982" cellpadding="0" cellspacing="0">

and changing the value of the width attribute from 982 to 100%.
This edit only affects the page you're currently viewing because you've edited the cached/in-memory copy of the page.  Once you navigate to another page, the cache is refreshed and the edit will be lost.

The automatic way would be to use a plugin like the Stylebot Extension for Chrome:
Change Any Web Page's Design Instantly with Chrome Extension Stylebot
http://mashable.com/2010/09/21/stylebot/#7yR402FJ7Ok1

The Chrome Web Store page for Stylebot:
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en
Logged

DisneyFanatic001

  • Uploader
  • Offline Offline
  • Posts: 459
Re: Fall 2015 site issues
« Reply #33 on: September 28, 2015, 04:10:01 PM »

changing the value of the width attribute from 982 to 100%.

Can't figure it out.  >:(  All of the table width settings for my browser (Chrome) are already set to 100%

Stylebot wasn't helpful either  :(
Logged
We're rollin', rollin' on the Express.
We're rollin' on Mickey's Birthdayland Express.

eyore

  • V.I.P.
  • Offline Offline
  • Posts: 9693
Re: Fall 2015 site issues
« Reply #34 on: September 28, 2015, 04:56:41 PM »

You'll all hate me but I prefer it with the side bars.
Logged
"The way to get started is to quit talking and begin doing."

pixelated

  • Uploader
  • Offline Offline
  • Posts: 7037
Re: Fall 2015 site issues
« Reply #35 on: September 28, 2015, 08:45:00 PM »

changing the value of the width attribute from 982 to 100%.

Can't figure it out.  >:(  All of the table width settings for my browser (Chrome) are already set to 100%

Stylebot wasn't helpful either  :(
This is what I see when I view the MouseBits main page in Chrome's Developer Tools.  I've selected the table with the 982 px width.

http://imgur.com/YamkKzt
Logged

DisneyFanatic001

  • Uploader
  • Offline Offline
  • Posts: 459
Re: Fall 2015 site issues
« Reply #36 on: September 29, 2015, 04:12:21 PM »

Comparing your screenshot to mine, I noticed that I don't have a "table" tab. All I see are "html" , "body" and "div#main". If memory serves, I thought it had appeared while clicking on numerous links, but I can't seem to make it appear anymore.
Logged
We're rollin', rollin' on the Express.
We're rollin' on Mickey's Birthdayland Express.

pixelated

  • Uploader
  • Offline Offline
  • Posts: 7037
Re: Fall 2015 site issues
« Reply #37 on: September 29, 2015, 07:02:54 PM »

Comparing your screenshot to mine, I noticed that I don't have a "table" tab. All I see are "html" , "body" and "div#main". If memory serves, I thought it had appeared while clicking on numerous links, but I can't seem to make it appear anymore.
Are you referring to the labels at the bottom edge of the Elements window?  Those aren't tabs that you can select, they're just labels to help you keep track of where you are.

Did you twirl open the <div id="main"> container?  The table is inside that section.
Look at the fourth line above the blue selected line in the Elements window.  That's the div container you want to open.
Logged

DisneyFanatic001

  • Uploader
  • Offline Offline
  • Posts: 459
Re: Fall 2015 site issues
« Reply #38 on: September 30, 2015, 03:42:16 PM »

OK! That got it! Thanks for assisting this computer-inept individual.  :-[
Logged
We're rollin', rollin' on the Express.
We're rollin' on Mickey's Birthdayland Express.

pixelated

  • Uploader
  • Offline Offline
  • Posts: 7037
Re: Fall 2015 site issues
« Reply #39 on: September 30, 2015, 09:34:37 PM »

You're welcome!  Since that table doesn't use a style to set its width attribute, Stylebot won't be able to help.  I'm just going to access the forums through www.mousebits.com/smf to get full-width pages.
Logged
Pages: 1 2 [3]   Go Up