bsdinsight Active member Jun 27, 2014 #1 I would like to setup my forum in center of screen, and I put in my setup in picture as below. My issues is it fix 150 px once the screen is smaller 800 px (You can see in picture 2 as) How to fix it automatic in center of screen? Thanks in advance Picture 2:
I would like to setup my forum in center of screen, and I put in my setup in picture as below. My issues is it fix 150 px once the screen is smaller 800 px (You can see in picture 2 as) How to fix it automatic in center of screen? Thanks in advance Picture 2:
Chris D XenForo developer Staff member Jun 27, 2014 #2 Remove the 150px values from the margin, and in the misc area change _margin: 0 auto; to margin: 0 auto; (remove the underscore). Upvote 0 Downvote
Remove the 150px values from the margin, and in the misc area change _margin: 0 auto; to margin: 0 auto; (remove the underscore).
bsdinsight Active member Jun 27, 2014 #3 Tks, I changed already, but it is full screen (you can see http://forums.bsdinsight.com) - I just need maximum is 1000 px Upvote 0 Downvote
Tks, I changed already, but it is full screen (you can see http://forums.bsdinsight.com) - I just need maximum is 1000 px
Chris D XenForo developer Staff member Jun 27, 2014 #4 Have you recently upgraded from XF1.1.x? Do you have any outdated templates? Upvote 0 Downvote
Chris D XenForo developer Staff member Jun 27, 2014 #5 bsdinsight said: Tks, I changed already, but it is full screen (you can see http://forums.bsdinsight.com) - I just need maximum is 1000 px Click to expand... Your first screenshot shows that the minimum is 1000px. You'll want to change that to max-width: 1000px; Upvote 0 Downvote
bsdinsight said: Tks, I changed already, but it is full screen (you can see http://forums.bsdinsight.com) - I just need maximum is 1000 px Click to expand... Your first screenshot shows that the minimum is 1000px. You'll want to change that to max-width: 1000px;