Hello,
It appears that Enfold needs to be fixed in a way, so that topic’s name and the breadcrumb are not getting on top of each other, as can be seen on this page.
Thank you!
Hey revas!
Page title is very long, that is why it happens. You can add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { font-size: 15px; }
Cheers!
Yigit
Hello!
I don’t think it is that long.
The font adjustment, that you’ve suggested does not really address the problem. This only works if browser window width is more than the size of the page layout, and even then this still looks messy. Please see screenshot.
https://servicecore.info/wp-content/uploads/2013/10/screen.jpg
This needs to be addressed properly by rethinking an arrangement of these elements, and/or rethinking the elements themselves.
Regards
This is how bbPress has to look like:
https://servicecore.info/wp-content/uploads/2013/10/screen2.jpg
Regards
Hi!
Please add following code as well
.title_container .breadcrumb { right: auto;
top: 80%;
margin-top: -15px;
left: -3px;
}
#top .title_container .container { min-height: 70px; }
Regards,
Yigit
That is very good Yigit, thank you!
Hopefully this would be included in a future update of Enfold as well, so all users can benefit from this.
Regards