• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 30.12.21, 16:19
  • Opened by: Stefano
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22846 - Problem with full width sections in CMS pages

Hi, I just noticed that the bug reported and solved for the product page in ticket # 22839 is still present in the CMS pages, like, for example, this:

Comments

Fred 31 Dec 2021, 14:07

Try the same CSS fix

#cms #wrapper .elementor-section.elementor-section-boxed > .elementor-container {max-width: 100%;width:100%}
Stefano 04 Jan 2022, 11:37

Hi, I tried to apply the fix in customercss1.css but it don’t work (see screenshot).

Attachments:

Immagine 004.jpg (420.6 KiB)
Fred 04 Jan 2022, 12:16

Yes, sorry, try this

#cms #wrapper .elementor-section.elementor-section-boxed > .elementor-container,
#cms #pattern .page-width {max-width: 100%;width:100%}
Stefano 04 Jan 2022, 13:17

It doesn’t work, applying this fix also the content becomes full width (see screenshot).

Attachments:

screenshot.jpg (198 KiB)
Fred 05 Jan 2022, 12:20

Hi, Stefano.
Is this ok? - https://take.ms/hScol

If so, use this CSS

#cms #pattern .page-width.main-content {max-width: 100%;width:100%}
Stefano 05 Jan 2022, 16:27

Yes, this is how it should works, thank you.
You can close the ticket.

Fred 05 Jan 2022, 21:33

You are welcome!