how to add space before & after breadcrumbs
-
I’ve got a blog with the thesis theme and just installed wordpress seo plugin by Yoast and setup breadcrumbs by pasting the code into open hook after the title of the post.
How do I add some spacing before and after the breadcrumbs?
Right now there’s not enough space between the title, breadcrumb and the by author line. Too crowded
what code do I use to get more space and do I paste the code right after the breadcrumb code?
here’s the code for the breadcrumbs I pasted into openhook
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to add space before & after breadcrumbs’ is closed to new replies.