Support > cpg1.6 themes (visuals)

Fixed Width For The Site

(1/1)

thenota2:
ive been doing this for 10 years. how can i get a fixed width for the site

width: fixed;

doesnt work


--- Code: ---.site-content,
.site-container {
width: fixed !important;
max-width: 1300px;
margin: 0 auto;
}

.site-content:before,
.site-content:after,
.site-navigation:before,
.site-navigation:after {
display: table;
content: '';
}
--- End code ---


--- Code: ---<div id="page" class="site">
<div class="site-container">
<h1 class="site-title"><a href="http://olsen-twins.net">Olsen Twins</a></h1>
<div class="site-tagline"><a href="http://olsen-twins.net">Mary Kate And Ashley Olsen Pictures</a></div>
</div>

--- End code ---

ron4mac:
One would think that somewhere in those 10 years you would have learned that 'fixed' is not a valid value for CSS width.
Just change max-width: 1300px; to width: 1300px; ... that makes it a 'fixed' width.

thenota2:
thanks, i know ive used the fixed on other platforms, so it is a valid css value

Navigation

[0] Message Index

Go to full version