Move position of breadcrumbs

  • Author
    Posts
  • #25625
    Andi Morton

    My client wants the breadcrumbs to appear *under* Heading 1 on his pages. Can someone direct me to which file I need to edit to achieve this?

    Cheers,
    Andi

    #25630
    Walt

    Page Template?

    Just remember, any time you mess with the coding and there is an update to the theme, all your code is overwritten and not saved.

    #25638
    Jim

    Hi Andi

    You could try adding the following code into the custom CSS area to see if it works for you. You may need to adjust the top and botton margin figures to get it precise.

    .breadcrumbs {
    display: block;
    font-size: 0.85em;
    margin-bottom: -71px;
    margin-top: 86px;
    position: relative;
    }

    I hope this helps

    Jim…

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Move position of breadcrumbs’ is closed to new replies.