• Resolved bkmatlll

    (@bkmatlll)


    Hi … While waiting, I figured out how to move the Blog Title further right at: https://life-long-learners.com However, I cannot find the code that generates the tagline. I’d appreciate if someone can tell me how to move the the tagline “Our motto: “Ancora Imparo!” to the right so that it is justified below my blog title “Life-Long-Learners”.
    Thanks … Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok, download Firefox, activate Firebug and then you can inspect easily what component is influenced by which piece of css in your style.css So I found this:

    #headerimg .description {style.css (rline 111)
    bottom:3px;
    color:#C9EEFE;
    font-size:14px;
    left:140px;
    position:absolute;
    }

    I changed left from 110 px to 140px and then it looks ok.

    Thread Starter bkmatlll

    (@bkmatlll)

    hemkholland … THANKS so much for your very prompt help! Firebug is a FANTASTIC resource for people like me who are not that familiar with CSS & HTML.
    Thanks for caring and sharing … Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update to “How to shift Header Title and Subtitle to right?’ is closed to new replies.