Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #347879

    What is the easiest way to swtich the position of the breadcrumbs and Page Title? I would like the page title to show on the right side of the page? I would like this for page title and blog titles.

    #347987

    Hey hobart!

    Try adding this to your custom CSS.

    .breadcrumb {
        right: auto !important;
        left: 50px !important;
    }
    .entry-title {
        text-align: right;
    }

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.