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

    Can I center the breadcrumbs instead of having them left aligned? If so, how?

    Thanks,

    Al

    +6 hours later … Anyone …

    #501968

    Hey Al,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #502137

    Hello Rikard,

    Here’s the link to our site – https://xtechni.ca/support/

    As you can see the breadcrumbs appear right aligned (sorry, I wrote left in my original posting). I’d like them centered.

    Al

    #502232

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .title_container .breadcrumb {
        right: auto !important;
        left: 46%;
    }

    Regards,
    Rikard

    #502412

    The problem with assigning a % for the left alignment is that if the breadcrumb is larger (or smaller) it doesn’t center on the page. Is there no responsive way to center a breadcrumb?

    #502476

    Hey,

    Try the following instead:

    .title_container .breadcrumb {
        z-index: 10;
        line-height: 1px;
        font-size: 11px;
        position: relative;
        right: auto;
        top: auto;
        margin-top: auto;
        display: table;
        margin: 0 auto;
    }

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.