Furyskid Posted October 19, 2017 Share Posted October 19, 2017 Hello I'm not very tech smart but wondering if there is an easy way to wrap (?) my forum. I do not want the blue header and menu to stretch across the screen but rather be enclosed within the page. Gosh, I hope I'm explaining myself clearly given my limited tech terminology. When using xf UI themes there was an option to "wrap" the theme so I'm guessing the term is wrap is correct. Thank you kindly, Skid Link to comment Share on other sites More sharing options...
steve00 Posted October 19, 2017 Share Posted October 19, 2017 1 hour ago, Furyskid said: Hello I'm not very tech smart but wondering if there is an easy way to wrap (?) my forum. I do not want the blue header and menu to stretch across the screen but rather be enclosed within the page. Gosh, I hope I'm explaining myself clearly given my limited tech terminology. When using xf UI themes there was an option to "wrap" the theme so I'm guessing the term is wrap is correct. Thank you kindly, Skid Can you post a screenshot of what you are trying to achieve exactly as may help us better to find solution for you Unless you mean you want the header area to be same width as the forum body area ... if so then in custom.css add: #ipsLayout_header { max-width: 1340px; margin: 0 auto; padding: 0 15px; } Link to comment Share on other sites More sharing options...
Furyskid Posted October 19, 2017 Author Share Posted October 19, 2017 Quote Yes thank you so much. That is exactly what I mean. Thank you again... Really appreciate it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.