Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26836

    Howdy,

    I would like for the page title to be on the right and the breadcrumbs on the left, which file(s) do I need to edit for this to happen on both pages and posts?

    Kind regards,

    Matt

    #131813

    Hi,

    Please add this on your custom.css or Quick CSS

    .title_container .main-title {
    float: right;
    }

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    left: 0;
    }

    Regards,

    Ismael

    #131814

    Hi Ismael,

    That worked perfectly, thank you.

    Matt

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs, swap location with page title’ is closed to new replies.