• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 07.10.20, 07:09
  • Opened by: juan cantu
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19371 - Using Revolution Slider theme template in CMS page

how can i use a custom alysum revolution slider (full page) as a CMS page https://senties.mx/content/9-como-comprar-zapatos-en-linea when i put it even if i select full width doesnt cover the page

Comments

Fred 07 Oct 2020, 09:35

Try following CSS

#cms .main-contant-wrapper > .page-width {max-width:100%;width:100%}
#cms #wrapper, #cms .page-content.page-cms {padding:0}
juan cantu 07 Oct 2020, 17:52

but that will modify all the cms pages right? there is not a way to add an ID to especific cms page?

Fred 07 Oct 2020, 18:19
#cms.cms-id-9 .main-contant-wrapper > .page-width {max-width:100%;width:100%}
#cms.cms-id-9 #wrapper, #cms .page-content.page-cms {padding:0}