- This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by Mahesh.
-
AuthorPosts
-
March 9, 2016 at 4:13 am #87095andrewf90Member
Hi there,
I was wondering how can I set the max screen width to, say, 1260 px? I ask this because I think the content wrapper I set to 1260 px, but when I expand the screen beyond that, some things still move/are responsive. I noticed the page title and the site header and footer areas keep moving beyond 1260 px but everything in the page stays in place. Is there a way to set a maximum screen size of 1260 px so everything stays in one place beyond that point? I don’t know if this might cause problems…
Thank you for your help!
March 9, 2016 at 10:10 am #87109MaheshParticipantHi @andrewf90,
This can be achieved with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.wrapper { max-width: 1260px; }
Let me know if this helps with your issue.
Regards,
MaheshMarch 9, 2016 at 10:52 am #87117andrewf90MemberThat’s perfect! Amazing!
Thank you so much!
March 9, 2016 at 1:29 pm #87136MaheshParticipant@andrewf90: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
- The topic ‘Adding Max Screen Width’ is closed to new replies.