trim article nav
This commit is contained in:
parent
c5975e5f11
commit
037fadcd08
|
@ -5026,15 +5026,9 @@ a.skip-link {
|
||||||
|
|
||||||
.post-navigation,
|
.post-navigation,
|
||||||
.paged-navigation {
|
.paged-navigation {
|
||||||
padding-top: 1rem;
|
padding: 15px 0;
|
||||||
margin-top: 1rem;
|
margin: 30px 0;
|
||||||
border-top: 1px solid #373a3c; }
|
border-top: 1px solid #eceeef; }
|
||||||
|
|
||||||
.nav-previous a,
|
|
||||||
.nav-next a,
|
|
||||||
.paged-navigation a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #373a3c; }
|
|
||||||
|
|
||||||
.dropdown-menu .dropdown-menu {
|
.dropdown-menu .dropdown-menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -25,7 +25,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||||
|
|
||||||
<?php get_template_part( 'loop-templates/content', 'single' ); ?>
|
<?php get_template_part( 'loop-templates/content', 'single' ); ?>
|
||||||
|
|
||||||
<?php the_post_navigation(); ?>
|
<?php understrap_post_nav(); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// If comments are open or we have at least one comment, load up the comment template.
|
// If comments are open or we have at least one comment, load up the comment template.
|
||||||
|
|
Reference in New Issue