Need a space between breadcrumbs and header
-
Here is the code I inserted into my child theme’s page.php in order to get the breadcrumbs to work. I’d like a little space above the breadcrumbs though.. Any ideas on what could work?
Thanks!
get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> <?php get_template_part( 'content', 'page' ); ?>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Need a space between breadcrumbs and header’ is closed to new replies.