Okay
  Public Ticket #1467310
Change width of Breadcrumb
Closed

Comments

  • MDCGlobalcom started the conversation

    Hi,

    1. I would like to reduce the width of the Breadcrumb.

    2. I also want to remove the reference in the left to the current page name and move the breadcrumb information to the left.

    3. Is there a tutorial on how to update the Breadcrumb NavXT Settings?

    Please advise how to do this, and be ware I'm not an expert in this.

    Thanks,

    Alina

  •  2,010
    Ocean replied

    Hi,

    1. You can change padding in Page Header Settings

    2. Sorry, this is the custom problem, need to edit code in many files.

    3. http://www.wpbeginner.com/plugins/how-to-display-breadcrumb-navigation-links-in-wordpress/

  • MDCGlobalcom replied

    Thank you for the response. I have managed to adjust the padding successfully. 

    Is there a way to reduce the text size on the Page Header? I have currently removed it from my website, as it looks to big with the reduced padding.

    If this is not possible, can I show the breadcrumbs somewhere else, without using the Page Header?

    Thanks

  •  2,010
    Ocean replied

    You can add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    #featured-title .featured-title-heading{ font-size: 22px; }

    Sorry, it's also impossible now. But i will tried edit help you this problem.

  • MDCGlobalcom replied

    Thank you. Your code works perfectly.

    Can you confirm what code to use to change the font to the same one used in the breadcrumb?

  •  2,010
    Ocean replied
    #featured-title .featured-title-heading{ font-family: inherit; }
  • MDCGlobalcom replied

    Perfectly works