bkmatlll
Member
Posted 2 years ago #
Hi ... While waiting, I figured out how to move the Blog Title further right at: http://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
henkholland
Member
Posted 2 years ago #
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.
bkmatlll
Member
Posted 2 years ago #
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