Hello,
I’ve Cooper Template. But I can not change some module position :
1. I would like to have two logo (the first one on left and another on right)
How to do for having the same position as the first logo (to put another on right) ??
Should I copy this code and change the h1 ?
h1.logo a {
width: 475px;
height: 82px;
display: block;
background: url(../images/logo.png) no-repeat center;
z-index:1500;
}
2. The JA login wich is on right can’t move. For example in this code :
#ja-login {
padding: 5px 5px 0;
overflow: hidden;
position: absolute;
top: -10px;
right: 20px;
display: none;
z-index: 1500;
border: 1px solid #222222;
text-align: left;
}
I have tried to change the top position to this value, but it stay in the same position.
There’s another value to change if I want to move that element ?
Thanks to help me about the 2 questions
Jean