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

    Hello I want to us breadcrumbs without the title – however – I would like the breadcrumbs to show on the left of the page where the title would be? Any simple CSS that would make that change?
    CJ

    #1089982

    Hey AlpineWeb,

    Could you post a link to where we can inspect the element in question please?

    Best regards,
    Rikard

    #1090093
    #1090240

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .title_container .breadcrumb {
        right: 0px !important; 
        left: 0px !important; 
    }

    Best regards,
    Mike

    #1105760

    Thank you worked like a charm as always! You guys do such a good job supporting your theme.

    #1105763

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘use only breadcrumb align left’ is closed to new replies.