Tagged: x
-
AuthorPosts
-
December 29, 2016 at 12:19 pm #1308842
Rex RParticipantI know this is easy but I can’t seem to get the code correct. What do I add to put the text “See Newsletter” centered in my sidebar? This is how it looks now – http://screencast.com/t/yIrZO4B1c The text is just before my MailChimp subscription script.
This is a my current widget script for the text:
<a href="http://us9.campaign-archive2.com/?u=e2635ae67e2609d52e5c622dd&id=c7bccd42f3">See Newsletter</a>Thanks so much. Rex
December 29, 2016 at 12:39 pm #1308866
Nabeel AModeratorHi Rex,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 29, 2016 at 12:47 pm #1308873
Rex RParticipantThis reply has been marked as private.December 29, 2016 at 1:36 pm #1308925
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
#text-21 .textwidget { text-align: center !important; }Let us know how this goes!
December 29, 2016 at 2:10 pm #1308958
Rex RParticipantNabeel, thank you. I did that and it worked fine but that seems to be a global solution. What if I only wanted that specific text item to be centered, or bold for that matter? Isn’t there a way within the item code itself to specify this?
What would I change or add to the following?
<a href="http://us9.campaign-archive2.com/?u=e2635ae67e2609d52e5c622dd&id=c7bccd42f3">See Newsletter</a>Thanks so much. Happy New Year. Rex
December 29, 2016 at 4:02 pm #1309067
FriechModeratorHi There,
Please update your code to this:
<a href="http://us9.campaign-archive2.com/?u=e2635ae67e2609d52e5c622dd&id=c7bccd42f3" style="display: block;text-align:center;">See Newsletter</a>Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1308842 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
