I want to place my logo alligned with the right edge of the box, but I can“t find anything that works. My work-in-progress is here: http://www.thevelvetroom.dk
Thanks!
I want to place my logo alligned with the right edge of the box, but I can“t find anything that works. My work-in-progress is here: http://www.thevelvetroom.dk
Thanks!
This should be easy :-) Anyone?
Hi larsdaniel,
Try to use the following css code:
.logo {
margin-right: -30px;
}
or this one, if the above code doesn't work:
.logo {
margin-right: -30px !important;
}
Hope this helps. :)
Regards,
Ismael
Bingo!
This topic has been closed to new replies.