Got to appearance>widgets and delete all the default widgets.
ok that worked, now all the blog posts are not centered on the page…..thank you so much for your help!!!!!
No Prob – keep the rubber side down!
Any idea how to correct the off center issue?
help, all my blog posts have disappeared from my blog, they are still available but will not show up in the blog page how can i get them back in the blog page?
Everything seems to be showing up fine-
to fix layout and center title add this css:
body.single #primary {
float: none;
width: 100%;
}
h1.entry-title, .blog .page-title {
font-size: 35px;
font-weight: bold;
margin: 60px 0 30px;
text-align: center;
text-transform: capitalize;
}
and fyi – all caps is obnoxious and hard to read. I am sure your question is of utmost importance but…
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Side note: @motorcycle-sourcescom I’ve decapped your post again. Please do not post in all caps, it’s considered yelling and rude.