• Resolved ezraepstein

    (@ezraepstein)


    I want to turn off Breadcrumbs.
    The theme has an option for that.
    But doing so breaks the layout – the page title now is right-aligned rather than left-aligned as it should be and was when breadcrumbs were enabled.

    Is this a bug?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themevision

    (@themevision)

    Hello there!

    I checked your claims on our test site and I did not find the problem that you have. Are you sure this happens when you turn off the breadcrumb?
    (Maybe you have some plugins conflict?)

    Anyway, you can fix this issue if you add the code below, in
    Customize-> General-> Additional CSS:

    code:

    body:not(.blog-grid).sidebar-left #primary #content{
        
        float: left;
    }

    Regards

    Thread Starter ezraepstein

    (@ezraepstein)

    Brilliant. Thanks!

    That worked.

    Thread Starter ezraepstein

    (@ezraepstein)

    resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disabling Breadcrumbs breaks page layout’ is closed to new replies.