cmixes24
Member
Posted 10 months ago #
My Posts style is exactly what I want to have all my Pages to look like, but for some reason they're different. I uploaded a picture showing the difference between a blank Page and a blank Post.
http://i.imgur.com/an7jj.jpg
You can see the borders are missing from the Pages. How do I make them the same?
without a live link to your site, it is impossible to give any detailed advice.
check that posts and pages are using the same css classes and html structure.
cmixes24
Member
Posted 10 months ago #
Sorry I had it under construction and I didn't want to have it live. But here it is just to get it fixed. http://www.collegemixes.com . If you click on any of the "mixes" links, the style is different and doesn't have any of the bars or borders as the homepage.
the difference is from the postmetadata section in the post:
<div class="postmetadata-top"><small> <br /></small></div>
which has the thin grey line as part of its style;
and the navlink in the post:
<div id="navlink">
</div>
which adds the wide grey line at the bottom.
these divs will have some php code within them, in single.php.
compare single.php and page.php of your theme;
and see if you can add the empty div code (as shown above) at the same locations into page.php
cmixes24
Member
Posted 10 months ago #
Thank you very much for your help!
cmixes24
Member
Posted 10 months ago #
Now the playlists aren't showing up on my pages. Any help?