Tayfun Member May 25, 2014 #1 for i get fixed style i added some codes in my design. is it true? or only contains? Code: width: 992px; margin: 0 auto;
for i get fixed style i added some codes in my design. is it true? or only contains? Code: width: 992px; margin: 0 auto;
P Paul B XenForo moderator Staff member May 25, 2014 #2 For a fixed width, the code is correct. You may want to consider using max-width though, or have a child style with a max-width, to enable the site to work on narrow screens. Code: max-width: 992px; margin: 0 auto; box-sizing: border-box; Upvote 0 Downvote
For a fixed width, the code is correct. You may want to consider using max-width though, or have a child style with a max-width, to enable the site to work on narrow screens. Code: max-width: 992px; margin: 0 auto; box-sizing: border-box;