Posted October 19, 20177 yr 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 Edited October 19, 20177 yr by Furyskid
October 19, 20177 yr 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; }
October 19, 20177 yr Author Quote Yes thank you so much. That is exactly what I mean. Thank you again... Really appreciate it.
Archived
This topic is now archived and is closed to further replies.