• My blog website is https://thepreppursuit.com

    At the bottom of every blog post I have a bio and my favicon photo.

    I uploaded my favicon as a normal photo however it is left aligned and whenever I log into WordPress and on the bottom of each blog post it is still messed up and left aligned.

    Please help! How can I troubleshoot?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, the favicon of post author is wrapped inside a div having class “author-img”, so you can change the alignment by applying some sort of css using this class like.
    .author-img{
    float: right;
    }

    Hope this will help you.

    Thread Starter thepreppursuit

    (@thepreppursuit)

    Where do I go to change the alignment? Where do I use that class code?

    If I go to the style.css what template should I use?

    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Favicon is Left Aligned’ is closed to new replies.