How do I make Autogenerated page full width with container or use container and hide shadow from page

HI I have been trying to solve what i thought would be a simple problem, I had to add CCPA compliance info and the plugin i choose was https://complianz.io/, I know you don’t give plugin support but this was more a theme question, bc i could do these pretty easily with uncode theme, but i can’t figure out how to do with X.
Basically the plugin has a cookie page in which it pulls content about cookies, and that page content is not editable which is fine (this is the code .)

I"m just trying to edit the template settings for the X page so that the page doesn’t appear in the default template (container with background color and then blog sidebar etc) i wanted it to be full width page (similar to no container setting in templates ) with the text spaning the full page with the title showing.
Basically delete the shadow so full width page container ban and then make the text go across the page and not show the page shadows/bsackground.
See screenshot if this is unclear. (i wrote it too ways)


Hey @designbabe,

This is not an issue with our theme but the compliance gdpr plugin. It has a max width limitation. Please contact the plugin author remove the max width. Show them the following screenshot.

Thanks.

Hi thanks for your reply I ll contact
As a quick fix is there a way to just remove the page shadow that shows up? So I can have it look like the container less page? i had tried chanign page template or switching to cornerstone but i can;t get the text in a container and doesn’t work in cornerstone.
i had added this but not working

  /* remove shadow cookie page*/

#post-68030 > div.entry-wrap {
display: block;
padding: 0;
background-color: transparent;
border-radius: 0;
box-shadow: none;
}

I added this instead and now it works
so I’m ok now thanks

.single-post .entry-wrap {
box-shadow: none;
}

We are happy to help,

Cheers

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.