Skip Navigation

[Resolved] I'm designing a template and I cannot make the design full width.

This support ticket is created 3 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 3 years, 6 months ago.

Assisted by: Waqar.

Author
Posts
#2272651

hidden link is the sample page that demonstrates the full width issue with my template.

#2273667

Hi,

Thank you for contacting us and I'd be happy to assist.

Looking into the page's code, it seems that the theme is limiting the page's width to 1080px wide container/box.

To make the template cover the full-screen width, you can include the following CSS code in the template's CSS editor:


.et_full_width_page #main-content > .container {
max-width: 100% !important;
width: 100% !important;
}

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar