• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ Video Sharing CMS v4 ] Site width

Started by sabor,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

saborTopic starter

hello

how can i change site width from 100% to eg. 1200px with responsive?
  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

saborTopic starter

  •  

Marius

Is just an matter of applying an max-width to the #wrapper in a css file,
like for example:

#wrapper {max-width:1200px!important; margin:-left:auto!important; margin-right:auto!important}
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

saborTopic starter

Quote from: @Mario on
Is just an matter of applying an max-width to the #wrapper in a css file,
like for example:

#wrapper {max-width:1200px!important; margin:-left:auto!important; margin-right:auto!important}


ok, looks ok, but site is align to left now, how can i center site?
  •  

saborTopic starter

Quote from: sabor on
ok, looks ok, but site is align to left now, how can i center site?

my bad you wrote margin:-left and i copy paste to my css style, of course the right is: margin-left:

Thx for help
  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)