Thank you for your kind understanding, Ionut.
So it seems the problem is not linked to my site configuration, it’s a general problem with Pro. I just installed a completely new Wordpress site. Fresh and clean just with Pro and Pro-Child installed and I can reproduce the problem.
If you choose Renew as stack (my test environment, but it happens to any other stack from what I see) and in Layout and Design settings you choose Site Layout “Boxed” and not “Fullwidth” you will see the problem on your test site also. Choosing Fullwidth on my current dev environment solves the problem but this is not an acceptable solution for my website.
Please check and let me know.
Thanks,
Ionut
Hey Ionut,
Thanks for pointing that out and I’m sorry I missed that setting. I thought your site is using Fullwidth. I’ve replicated the issue now so I’ll add this to our bug report.
For now, add this code in the bar’s Element CSS.
$el.x-container:not(.x-row):not(.x-grid):before,
$el$el.x-container:not(.x-row):not(.x-grid):after {
width: 3em;
}
The 3em
width value in the code is your Bar’s Outer Spacing. That code overrides the option so it’s best to remember that the code is there in the Element CSS.
Hope that helps.
Hey Christian,
Your custom css solved the problem. In the debugging process have you modified something that I should be aware of?
Thank you for your support,
Ionut
Hey Ionut,
Nope. I just deactivated plugins.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.