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
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
Hi Ismael,
That worked perfectly, thank you.
Matt