Hi,
to increase the theme width in the Boxed layout, please insert the following CSS into “Theme Options > Other Settings > Custom CSS”:
body #container-boxed {
width: 1220px;
}
html body .footer-signature-content,
html body .menu-panel,
html body .container,
html body #footer,
html body .header-content,
html body .top-navigation {
max-width: 1160px;
}
html body #main-content {
width: 830px;
}
html #wrapper #container-boxed .sticky-nav {
max-width: 1220px;
}
html body .header-image .header-image-text-wrapper {
width: 1160px;
}
html body .footer-widget-area {
width: 366px;
}
Best regards,
Tomas Toman
I am glad that I could help you! 🙂