Thread Starter
jogto
(@jogto)
but where in the style sheet? Postion is prob.
Typo:
.description {
font-size: 1.5em;
text-align: centre; <=== CENTER
}
Thread Starter
jogto
(@jogto)
thanks but i tried this already, it doesn’t make any difference
It works for me when viewed in FF with the devbar. Edited your CSS and it works. You must have “center” not “centre”!
center – american spelling, the form by which all web standards are set. Proper English is ignored 🙂
Thread Starter
jogto
(@jogto)
thanks, was being a bit thick there
it still doesn’t help though see change below
.description {
font-size: 1.5em;
text-align: center;
}
want to move the description below image or top right
OK. This is a totally different question. The correction I’ve suggested helped to bring the description back into the header; nothing else. (It was way out of the design…)
You cannot move it under the header-image unless you modify the code in the template file, i.e. move the line from where it is now in another place.
Top right of what?
Edit. You still have this line
text-align: centre; <=== CENTER in your css file 🙂
Correct it!
seeing as it’s kubrick and it already had class/id’s for the two thing syou mention, I;m curious as to why they were changed.
As Moshu says, provide more information:
1) what you want to do
2) what the final goal is to be
so
1) i am trying to modify the title and descriptions and to place/align them
2) I want to move the description so it sits beneath the title of the site
or something to that effect, provide a clearer question, you will get a clearer answer
Thread Starter
jogto
(@jogto)
ok thanks just hadden’t put properly
top right of header I meant
Thread Starter
jogto
(@jogto)
I want to put the description above the title in the top right of the header
move the class for the description ABOVE the title in the header.php, this way you won’t be using negative margins to bring the description above the title.
Then position the description by using text-align: right; you can also use float, but I don’t think it’s needed here.
we can now align the text, left, center and right, but what if i want to align it to Top right, Bottom right, Top left, etc? thanks in advance.
maybe it’s already discussed above, but still I don’t get what it means or simply i should say i don’t know how to do it.
Unfortunately life ain’t that easy 🙂
There is no “align top right” and things like that.
i see. coz i saw in some blogs that their title is in the bottom left corner of the kubrick picture. perhaps they set that in their photoshop/image editor tool….:)