Re: JobRoller + BuddyPress errors
@Virtuali @gunju2221 thanks a lot for giving your time to help me out
i did the steps you mentioned above but still the same, below are the steps i did please correct me if i am wrong
1. I went to plugins/buddypress/bp-themes/bp-default/_inc/css/default.cs and removed all the contents of
/* > Global Elements
*/
/* > Admin Bar
*/
/* > Header
*/
/* > Navigation
*/
/* > Container
*/
/* > Sidebar
*/
/* > Content
*/
2. Went to /wp-content/themes/jobroller/css/style-pro-blue.css
and added the code to the end after
.widget_calendar table {
width: 100%;
}
3. Went to /wp-content/themes/jobroller/functions.php
and added the code to the end after
/**
* add any of your custom functions below this section
and before
*/
?>