I would like to reposition the shopping cart image.
The image at the moment is too far to the right and I would like to reposition it
to perhaps along side the search box or at least more central.
You can see its present position at http://francoisbouttier.co.uk
I intentionally didn't give you any code, because it is obvious you are learning and you learn more if you get direction but actually have to do the workout yourself. It does not make any difference to me how it gets awarded because I cannot use the points to buy beer.
Just keep plugging away at learning the web technologies and before you know it a lot of stuff will become automatic for you.
I settled for
#cart {
position: absolute;
right: 260px;
top: 20px;
}
It seems about OK
As I didnt send the .css file can I ask how you were able to identify the problem?
Regards
John