> what is the best way to put another logo under toolbox menu. Try something like this: #p-tb { padding-bottom: 150px; background-image: url(logo.png); background-repeat: no-repeat; background-position: bottom center; } (You need to adjust the image path and padding to the location and size of your image, respectively.) HTH. -- F.