Thumbnail sticky author info Add in Median UI v1.6, Fletro v6.1, iMagz v1.25!

Hello everyone, Welcome to Techly420, You might be trying to add Author info sticky in the post thumbnail and you need to know How to add thumbnail sticky author info in Median UI v1.6, Fletro v6.1, iMagz v1.25? then this tutorial is for you!
In this tutorial, we are going to show you How to add thumbnail sticky author info in Median UI v1.6, Fletro v6.1, iMagz v1.25
For this feature, it only used CSS and HTML codes only!
So, without wasting much time let's check How to add thumbnail sticky author info in Median UI v1.6, Fletro v6.1, iMagz v1.25!
How to add thumbnail sticky author info in Median UI v1.6, Fletro v6.1, iMagz v1.25
]]></b:skin>
and paste the following CSS just above it or you can paste it above <head/>
tag by adding <style></style>
/* Thmb Sticky Author */ .tsa.royal{top:auto;bottom:0;right:auto;left:0} .aNm.t{background:rgba(255,255,255,.8);padding:6px} .aNm.t .im{width:16px;height:16px;margin-right:4px} .aNm.t .nm{font-size:13px;color:var(--bodyC)}
<b:if cond='data:widgets.Blog.first.allBylineItems.comments'> <b:include name='postCommentsLinks'/> </b:if> </b:tag>
You may find 3 places that have the same code that is for Pinned post thumbnail, blog post thumbnail, and popular post thumbnail, if you want to add it in every place then paste it on that 3 places, if you want only in one place then find that place by pasting in each place!
<!--[ Thmb Sticky Author ]--> <b:tag class='tsa royal' name='div'><div class=' aNm t'><b:include name='post-authorImage'/><b:include name='post-authorName'/></div></b:tag>