Email Button on Social Menu
- The topic ‘Email Button on Social Menu’ is closed to new replies.
Need help? Check out our Support site, then
Hi
I am wondering what I can do to make the email widget appear on my social menu on the sidebar. I put the following in the URL box: mailto:(email visible only to moderators and staff)
Am I missing something?
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
Hi,
Simply add your “Contact” page to the social media menu. You’ll see the icon pop right up.
It worked perfectly. Thanks so much for your help and prompt response.
I have another question. Is there a way using CSS to centre the “follow” button on the sidebar? I’m relatively new to CSS coding.
Thanks again.
I have another question. Is there a way using CSS to centre the “follow” button on the sidebar? I’m relatively new to CSS coding.
Thanks again.
Try this snippet:
.wordpress-follow-button table {
text-align: center;
width: 100%;
}
Let me know if that worked.
I tried the above code, but it didn’t work. The button is still left aligned.
Hm. How about if it’s a little more specific. Try this:
.widget_follow_button_widget .wordpress-follow-button table {
text-align: center;
width: 100%;
}
Oh no, that didn’t work as well…
Oh, I just figured it out! I put the following code in:
.widget_follow_button_widget iframe {
margin-left: 60px;
}
Thanks so much for all your help and patience.
Ok, let me see if I can figure this out. I don’t have access to CSS on my account but let me see if I can set it up so I can test it.
Stay tuned. ;)
**50px
Haha no problem! :)
That’s great! Glad you were able to figure it out. :)
Thanks! Hope you have a great day :)