Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #175497

    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!

    #175625

    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

    #175958

    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 reply was modified 11 years, 1 month ago by revas.
    #175968

    This is how bbPress has to look like:

    https://servicecore.info/wp-content/uploads/2013/10/screen2.jpg

    Regards

    #176028

    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

    #176269

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘bbPress looks messy’ is closed to new replies.