Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1145328

    Hi,

    I’m using a breadcrumbs shortcode as shown here: http://russcondev.teamonedesign.com/about-us/, but I need to center it under the heading. Can you please help?

    Thanks!

    #1145420

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

    .breadcrumb-trail .trail-before, .breadcrumb-trail .trail-end, .breadcrumb-trail .sep, .breadcrumb-trail a, .breadcrumb-trail .bbp-breadcrumb-current {
        display: inline !important; 
        float: none !important; 
        padding: 0 !important; 
    }
    .breadcrumb-trail .trail-before {
    	display: none !important;
    }
    .breadcrumb.breadcrumbs.avia-breadcrumbs {
        width: 100%;
        margin: auto;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1145653

    Worked! Thank you!

    #1145658

    Hi bobjonesdesigns,

    Glad that Mike helped you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centering breadcrumbs’ is closed to new replies.