Hi,
I managed to set an absolute position for the RSS- and Comments-Icon in the ATO Add HTML/CSS Inserts:
a.posts-icon {
position: absolute;
top: 135px;
right: 300px;
font-weight: normal;
color: #fff;
font-size: 11px;
}
a.comments-icon {
position: absolute;
top: 135px;
right: 215px;
font-weight: normal;
color: #fff;
font-size: 11px;
}
My question: how can I do the same for the Feedburner icon?
Thanks in advance,
Kind regards,
Hans