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.
Hey hobart!
Try adding this to your custom CSS.
.breadcrumb {
right: auto !important;
left: 50px !important;
}
.entry-title {
text-align: right;
}
Regards,
Elliott