Hi, I would like to move the author logo to the point like in the attached file. How can I do this?
Thank u so much!
Hi, I would like to move the author logo to the point like in the attached file. How can I do this?
Thank u so much!
Please try the following head-end.html
snippet:
<style>
#info-bar {
top: unset;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
</style>
thank u so much!!! @wojtek