The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help with a working CSS code for the footer.

Go down

Solved Help with a working CSS code for the footer.

Post by alumnox December 8th 2010, 8:23 am

Ok, this my problem.

I set up an image at the end of my forum. For that purpose I used this code.

Code:
#page-footer{
float: center;
margin-left: -31px;
margin-bottom: -25px;
width: 850px;
background: url('MY IMAGE') no-repeat bottom center;
height: 200px;}

Now the problems is not with the image, that works fine and its exactly what I needed.

The problem is with the links in the footer.

Índice Crear foro | ©️ phpBB | Foro gratis de asistencia | Estadísticas | Contactar | Denunciar un abuso

As you can see in the images, the links are outside the lenght of the image.
Help with a working CSS code for the footer. Errorzi
Help with a working CSS code for the footer. Error2q

I'm well aware that the reason why it happens its because I changed the footer width to 850. I don't want to delete or change the links order or anything. I just need the necessary code to set them in a way they work with the image I set up for the footer.

Thnxs in advance for any help XD

-----------------------------------------------------------
EDIT.
Forget it... I solved it myself. You can close this already. bwi

For anyone that needs help in PHPBB3. Heres the code to MOVE the links in the footer with out any edition of any link. Its just to move it around.


Code:
ul.linklist.clearfix{
margin-left: 40px;
width: 650px;
font-size: 8px;
}
avatar
alumnox
New Member

Posts : 1
Reputation : 0
Language : spanish, english

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum