Support » Theme: Ignite » readcrumbs

  • Resolved Emort

    (@emort)


    hello how can i change the size of the breadcrumb-trail and maby the spacing between “header” and “Main”

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

    (@bensibley)

    Hi Emort,

    You can target the breadcrumb trail with the .breadcrumb-trail class to increase the font-size or padding above/below it.

    Make sure to add any custom CSS to a child theme. You can download one here.

    Thread Starter Emort

    (@emort)

    Hello Ben
    thanks

    when adding

    .breadcrumb-trail
    {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size:12px;
    }

    there is stille alot of bottom paddig

    Theme Author Ben Sibley

    (@bensibley)

    It sounds like a specificity issue. Try changing the selector to “#ignite-child .breadcrumb-trail” and see if that updates the padding-bottom.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘readcrumbs’ is closed to new replies.