Making BBpress Page of full width

How to make bbpress pages full width in sparkling theme.

in sparkling theme - bbpress when anybody goto user profile it shows an overlapped page …
please tell me how to correct it

Check The Issue at this link http://btechlife.com/engineering/users/kritesh/

Hi @namaskar59,

I hope you are well today and thank you for your questions.

How to make bbpress pages full width in sparkling theme.

You can make it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body.bbpress .main-content-inner {
  width: 100%;
}
body.bbpress div#secondary {
  display: none;
}
in sparkling theme – bbpress when anybody goto user profile it shows an overlapped page .. please tell me how to correct it

Check The Issue at this link http://btechlife.com/engineering/users/kritesh/

I could confirm the issue on my test site using latest version of sparkling theme as shown in the attached screenshot.

I have notified the theme developer about the issue so that it can be fixed.

The issue will be fixed ASAP.

In the meanwhile you can fix the issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  position: relative;
  left: 0;
  top: 0;
}

Best Regards,
Movin

Thanks for the Support

You are most welcome here :slight_smile: