• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Site width

Started by sabor,

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

saborTopic starter

hello

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

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

saborTopic starter

  •  

Marius P.

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}
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

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 P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)