Unfortunately the included Social sharing on posts does not cover all my needs and is in an awkward location. How can I remove this from my posts allowing post content to fill the area?
2 Answers
Never mind I found it!
In Functions.php
Find and remove
<div class="social-action" data-nonce="">
<li id="twitter-share" class="twitter" data-post-id="" data-nonce=""><a href="https://twitter.com/intent/tweet?url=&text=">
- <a href="https://www.facebook.com/sharer/sharer.php?u=&t=" >
- <a href="https://plus.google.com/share?url=" >0
- <a href="http://www.linkedin.com/shareArticle?mini=true&url=&title=&summary=">
- <a href="mailto:?Subject=&body=">
In Style.css Add
.single .site-content>.post .entry-content {
float: left;
max-width: none;
}
Checked in most up to date versions of Chrome, Opera, Firefox, Safari and IE and working as expected
I think you have resolved this issue, I appreciate it.
Regards,
Dominic
Please login or Register to submit your answer