bt012ss

Registered
Hi team,

i´ve found another problem after the update.
But, it´s only in my child, the parent style looks ok.

i´m searching since days ............... :eek:

pixel27.jpg
 
I think I see what's going on... can you add this to extra.css:

Code:
.XenBase .xbContentWrapper {
  overflow: visible;
}

We add a wrapper around the content but I think we need to move it slightly.
 
Can you try this in your extra.css, it's a little weird quick fix until I can investigate a proper solution.

Code:
.Sidebar #content .pageContent
{
   padding: 0px;
}
.Sidebar #content .pageContent .xbContentWrapper
{
   padding: 10px 20px;
}
.Sidebar .breadBoxBottom
{
   padding: 10px 20px;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back