Thread Starter
jrtops
(@jrtops)
I found a way, though it may not be the most efficient. I just added
here’s my new code…
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p align="right" id="breadcrumbs">',' </p>');
} ?>
Thread Starter
jrtops
(@jrtops)
So my main question is…what code could I add to make more white space appear at the end of the breadcrumb?