Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Panels Question

Asked Modified Viewed 1,070 times
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
asked
Senior Member

How hard is it to change the width of the right side panels? Doing a screen capture of a new install of 9.03.00 and then determining the panel widths on each side the left hand panels are 263 pixels wide while the right hand panels are 409 pixels wide (image dimensions only). Why is this? Can I change it? I forgot to say I am using Atom-X; it fits my needs the best.
Edited by Grimloch on 25-08-2019 01:03,
0 replies

3 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

This is the left side: https://github.com/PHPFusion/PHPFusio...nc#L90-L94

The center: https://github.com/PHPFusion/PHPFusio...mX.inc#L96

The right: https://github.com/PHPFusion/PHPFusio...#L104-L107

They are using Bootstrap Grid units, where 12 is 100%, 6 is 50%, and all units are divisible by 12 to determine the % width. They should not be measured as px.

Please refer to this to learn more about the grid implementation. https://bootstrapdocs.com/v3.2.0/docs.../css/#grid See the examples to make more sense of it.

Also learn about @media queries css rules. Add a class to the right side, and use media queries will work too.
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
answered
Senior Member

I know it's not pixel based that's why I said (image dimensions only); I will look into modding the grid system. Thanks for the info.
1 reply
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
answered
Senior Member

YES!! Now that's what I needed; thanks RobiNN, muchly appreciated. smile

EDIT: My main site whisperwillow.com is now at 9.03.00 but I could not save any db tables or users (most of which were non existant anyway), already there. Just too much trouble with all the system and db errors that have been plaguing me since I upgraded to 8.00.21 ... but with a clean install of 903 it's looking good and error free.
Edited by Grimloch on 25-08-2019 22:59,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet