Hi, can you share a screenshot of how the code looks in your wp-admin?
-
This reply was modified 8 years, 7 months ago by
Marco77.
Ok this is not the correct way to do it, but it works:
<p style="text-align:center;"><a href="http://twitter.com/supproles" target="_blank" rel="noopener"><img class="" src="https://supportingroles.io/wp-content/uploads/2017/08/if_twitter_1632531-1.png" alt="Twitter Icon" width="32" height="32" /></a> <a href="http://feeds.feedburner.com/supportingroles" target="_blank" rel="noopener"><img class="" src="https://supportingroles.io/wp-content/uploads/2017/08/if_rss_1632493.png" alt="RSS Icon" width="32" height="32" /></a></p>
Hi, I tried it out on a new page:
https://supportingroles.io/frontpage
They are together but stacked on top. Do you know how to set them side by side? Can I have a small gap between each icon? Also, I’d like them to be centered.
Sorry,
You’re better of rewriting the code from: This
Hi,
Where would I copy the respective codes? I inserted both codes into my page and that didn’t change anything.
The styles:
.fblogo {
display: inline-block;
margin-left: auto;
margin-right: auto;
height: 30px;
}
#images{
text-align:center;
}
Should go into your styles.css file, but i see you don’t use a child-theme. That means that when the theme gets an update you lose the changes you’ve made.
You are better off creating a child theme first, than add the changes.