Text Alignment
-
Hi everyone,
I have 2 small problems.
One of them related with two text what I have in most down of footer. I had just font size and height editing then it came out. Anyway,now I want them to be in the same level. But,I can’t figure it out !
Second one is again about text alignment but under some images what I have on my homepage. I have done all well before. After I changed my theme, their alignments strangely changed. And some of their link colors can’t edit.I try to fix somehow, but no hope yet !
Could anyone help me, please ?
-
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Ohh sorry..Sure…
my website is : merryandhealthy.com1. You need to apply a width (eg 50%) to each of the texts in your footer as well as the floats.
2. Try floating your images left.
Thanks a lot for your helps, but because of i’m new in codex, i can’t find its exact place among a lot of codes.
Could you tell me exactly the right place where i can edit them ?
For the forst issue, I have these codes in footer.php file.
” <div id=”copyright”>
<p style=”text-align: left;”>Merry and Healthy does not provide medical advice, diagnosis or treatment. <span style=”color: #c4e997;”>See additional information</span></p>
<p style=”text-align: right;”>Copyright © 2011 Merry and Healthy Co. All rights reserved.</p>
</div><!– /copyright –> “About second issue; I did as you suggested. But now I try to align all images with each other in the same line. I changed separetely their alignment, but changes happen very different than I wish them to be !
Thanks a lot in advance.
For the second issue,I guess that, here somethings I should edit or ?
img.alignleft
{
float:left;
margin:5px 10px 10px 0;
}img.alignright
{
float:right;
margin:5px 0 10px 10px;
}img.aligncenter, img.centered
{
display: block;
margin:10px auto;Hi again,
My footer text alignment problem continues…
I can’t bring both of them in the same line. I tried already all solutions ( span, div, p , floating, etc), but still can’t figure it out !Homepage image layout problems are mostly solved. But what is strange is, I didn’t add any link on texts, but 3 of 9 images appeared with links. How this can happen ?
The topic ‘Text Alignment’ is closed to new replies.