adamlgraham
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Ahh, I see. It’s CSS. I knew it didn’t quite fit in there, which is why I wasn’t sure where to put it.
Well, the issue is resolved. Thanks a lot for your help.
Thanks for the reply, Ben.
Removing the “entry-header” div did remove the separator, but it also removed the padding as you said it would.
I’m pretty new to all of this, so I’m not sure where to put the code you posted though. I tried a few different configurations, but none quite did the jobWhere I have it now does restore the padding, but I’m left with “.content-page-notitle .entry-container { padding-top: 24px !important; }” visible in the padding.
Here’s what it looks like now:
<div class="entry-container"> .page-template-content-notitle .entry-container { padding-top: 24px !important; } <div class='entry-content'> <article> <?php the_content(); ?> <?php wp_link_pages(array('before' => '<p class="singular-pagination">' . __('Pages:','tracks'), 'after' => '</p>', ) ); ?> </article> </div> <?php get_template_part('sidebar','after-page-content'); ?> </div>Edited for clarification and to fix formatting in the code.
Viewing 2 replies - 1 through 2 (of 2 total)