Anders Posted October 18, 2016 Share Posted October 18, 2016 Hi guys, any ideas how to make six theme boxed with width 980px. is any easy way or do i need to change many files? Warm regards Birken 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted October 18, 2016 Share Posted October 18, 2016 In the css/custom.css file add /* Customize container */ @media (min-width: 960px) { .container { max-width: 780px; } } Adjust the max-width to suit the width that you want. 0 Quote Link to comment Share on other sites More sharing options...
Anders Posted October 19, 2016 Author Share Posted October 19, 2016 super thx any ideas how i can boxed in the menu nav bar. Birken 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.