How can you widen a page width

Hello,

I have a issue. How can I widen pages that are not part of the theme? like the BuddyPress page.

I would like that to be a full width page also the members page and I want the mobile version to be wide width as well.

Please try this CSS snippet. But please note that it can require further customization

body.members.buddypress .site-content > .container{
	width: 100% !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
1 Like

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