how to center containers
-
How could I center the containers? (only for post pages). I’m using now:
@media only screen and (min-width: 769px){ body.single-post #primary { width:1000px; align-self:center; } } @media only screen and (min-width: 769px){ body.single-post #secondary { width:300px; align-self:center; } }
I also wonder if this solution with fixed widths that I used for the body of the single post is harmonized with the general solution that provides % for the width of the containers, e.g. it’s like this on this page: https://test.sacconicase.com/case-vacanza/italia/friuli-venezia-giulia/lignano-sabbiadoro-appartamenti-vacanze/
The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘how to center containers’ is closed to new replies.