Hi,
I have added the block widget in third part of footer, "advertising widget" and
I'd like to take off the border arround my picture's linked,
and also make separated ligne aligned to the others.
thanks a lot, wonderfull template
Raphaël
Hi,
I have added the block widget in third part of footer, "advertising widget" and
I'd like to take off the border arround my picture's linked,
and also make separated ligne aligned to the others.
thanks a lot, wonderfull template
Raphaël
Hey,
at the moment I can't access your server - I get a "memory size exhausted error". I'll help you as soon as the website is up again and I can investigate things myself :)
thanks so much should be okay now
regards,
Raphaël
Ok,
find following code in style.css:
a img, a:hover img{
z-index: 2;
position: relative;
}
and change it to:
a img, a:hover img{
z-index: 2;
position: relative;
border:none !important;
}
What do you mean with your second sentence "also make separated ligne aligned to the others." - please describe it in another way.
first thanks for taking border off ;o)
for the second sentence i mean : (on this page exemple: footer) http://www.terres-dananda.com/en/
the text and separator under: support Us
is upper than the others ( connection, join Us!!!, ...)
thanks for your help
best regards,
Raphaël
Ha..ok now I see it too :)
Just add following to style.css:
.column3{
margin-top: 10px !important;
}Just Perfect Thanks again
;o)
Glad that I could help you :)
You must log in to post.