MyBB Community Forums

Full Version: enlarge part of page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, this is my page with content = 80%

[Image: i4wLaIV.jpg]

and this is the same page with content = 100%

[Image: NCnrCEZ.jpg]

i would like to have 4 posters in the same row,
but i don't know the name of the page inside
for touch the percentage inside global.css

it is possible also reduce or enlarge the advanced
sidebox plugin that you see on the left and right
of that page ???

another question:
my monitor that you see in the picture is a 21/9 aspect ratio,
while many my friends have the 16/9.

how i can try in my monitor to have a 16/9 screen ???
i would like to have always the plugin left and right
and 4 posters in the middle.

thank very much.
The .wrapper classe is in global.css

And you can't force having 4 pictures on the same row: it depends on their width and your browser width. Even if you succeed in having them as you want, it will be different on another browser (or the same not in fullscreen), another screen...
(2021-04-15, 03:34 PM)Crazycat Wrote: [ -> ]The .wrapper classe is in global.css

And you can't force having 4 pictures on the same row: it depends on their width and your browser width. Even if you succeed in having them as you want, it will be different on another browser (or the same not in fullscreen), another screen...
hi, thank you very much for your answer.
this is the wrapper in the default theme:

.wrapper {
width: 100%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}

and this is the container:

#container {
width : 100%;
color: #333;
text-align: left;
line-height: 1.4;
margin : auto auto;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
min-width: 990px;
}

i'm sure to have made mistake in the one or in the
other part of program.

thank very much.
Do not use max-width if you want 100% of any portview.
(2021-04-16, 05:34 AM)Crazycat Wrote: [ -> ]Do not use max-width if you want 100% of any portview.
hi, without max-width i have solved the problem.

[Image: OXpk9h9.jpg]

with your help, i have found how to fix the page well.

now i ask you: my monitor is 21/9 and many users have a 16/9 full-hd.
how i can check my page under a monitor 16/9 ???

do you have a 16/9 monitor ?
maybe you can check my page.
thank.
As I previously said: the rendering depends on various things that you can't manage, which are the size of the screen and its resolution, the size of the browser (ie, I never use mine in fullscreen), the browser itself (depending on the engine, some css interpretation could vary), ...

Having a 16/9 full-HD doesn't mean anything if the user setted it in 1280*720.

And more: you made your settings for your 4 pictures, but if your next pictures are wider than these, they may not be in one row.
(2021-04-16, 02:20 PM)Crazycat Wrote: [ -> ]As I previously said: the rendering depends on various things that you can't manage, which are the size of the screen and its resolution, the size of the browser (ie, I never use mine in fullscreen), the browser itself (depending on the engine, some css interpretation could vary), ...

Having a 16/9 full-HD doesn't mean anything if the user setted it in 1280*720.

And more: you made your settings for your 4 pictures, but if your next pictures are wider than these, they may not be in one row.
yes yes, you are right.
but with your good help, i have had
the solution for many problems.
so, many thank to you!