Archived topic
constrained full width / no breadcrumbs
3 replies · Started by gedosan on October 3, 2019
Hi guys
I’ve set the page to ‘no sidebars’ but it’s very wide – is there a way to constrain the width of the page? .
Also, how would I hide the breadcrumb on this page?
PS I have Tom’s Simple CSS plugin installed, so can add page specific CSS
Cheers
Hi there,
- This should help:
https://docs.generatepress.com/article/layout-element-overview/#content-1
- Try this CSS:
p#breadcrumbs {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
cool thanks
No problem :)