Osclass Support Forums

Osclass plugin support => Business Profile Plugin => Topic started by: piter on March 06, 2019, 03:11:23 AM

Title: Business Profile plugin ignores theme css on Alpha
Post by: piter on March 06, 2019, 03:11:23 AM
Hi
On Alpha theme, Business Profile covers are not placed in grid view.
Plugin takes 100% width instead.
Title: Re: Business Profile plugin ignores theme css on Alpha
Post by: MB Themes on March 06, 2019, 06:35:01 AM
@piter
Please send url where we can see issue.
Title: Re: Business Profile plugin ignores theme css on Alpha
Post by: piter on March 06, 2019, 09:51:03 PM
PM sent
Title: Re: Business Profile plugin ignores theme css on Alpha
Post by: MB Themes on March 07, 2019, 07:58:59 AM
@piter
Add this to your style.css
Code: [Select]
body.layout-h .home-container.wrap #bpr-seller.bpr-block {
    margin: 0 auto;
    float: none;
    max-width: 1024px;
}
Title: Re: Business Profile plugin ignores theme css on Alpha
Post by: piter on March 07, 2019, 02:22:44 PM
works, thx