This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

piter

  • ****
  • 104 posts
Business Profile plugin ignores theme css on Alpha
« 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.

*

MB Themes

Re: Business Profile plugin ignores theme css on Alpha
« Reply #1 on: March 06, 2019, 06:35:01 AM »
@piter
Please send url where we can see issue.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: Business Profile plugin ignores theme css on Alpha
« Reply #2 on: March 06, 2019, 09:51:03 PM »
PM sent

Marked as best answer by piter on March 07, 2019, 02:22:26 PM
*

MB Themes

Re: Business Profile plugin ignores theme css on Alpha
« Reply #3 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;
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: Business Profile plugin ignores theme css on Alpha
« Reply #4 on: March 07, 2019, 02:22:44 PM »
works, thx