- This topic has 4 replies, 3 voices, and was last updated 8 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
I am trying to add a icon to follow on from a Feature name using a short-cut command – all works well except the icon is placed on another line below – I want that icon to be beside the featured name?
please give me the url to check
Add following lines to your theme css
.wppttip img{
display:inline;
}
Thank you – sorted.