Forum Replies Created
-
AuthorPosts
-
neocharlesParticipant
I believe this was the culprit – Solved
February 21, 2018 at 1:49 pm in reply to: Primary Sidebar & Secondary Sidebar both on Right of page #66441neocharlesParticipantI found the plugin causing the issue – https://wpplugin.org/downloads/paypal-subscriptions-memberships/
neocharlesParticipantThank you so much.
Just curious – is there similar for the post date? I tried entry-date, on a whim, and it did not impact anything.
neocharlesParticipantThanks! That looks to have done the trick 🙂
neocharlesParticipantThe site is still in development, but the page I am working on right now is https://w4bfb.org/wpdev/mars-info/membership-info/join-renew-via-paypal/
neocharlesParticipantI figured it out – it was a css ‘hack’ I had in there to center the copyright information..
.col-sm-6 { width: 100%; }
Any shot there’s another way to center that without breaking columns?
I already have
I have the following in there which centers the text, but within it’s column, so to speak, but not centering on the entire page.
.copyright { text-align: center }
*edit*
Would this do the trick, without causing any issues?
.site-footer .col-sm-6 { width: 100%; }
-
AuthorPosts