XF 2.1 Assistance Please | Header logo Size

PeteMarko

Member
I would like to create and install an image above the forum posts. (Logo header image) I would like a guitar to be visible in the header image, therefore it needs to be deep enough to allow this but no deeper than required.

So in summary what would be the ideal width and how can I adjust the depth as required. I will need to experiment with the height. ( CSS) ???

Sorry if I haven't made my self clear, if not just ask me to clarify.
 
I have put this into Extra.less but the image is to the left and roughly 20% the width it needs to be. The image is 820x 360

.p-header-logo.p-header-logo--image img {
max-width: 100% !important;
max-height: 200px !important;
}
 
Last edited:
Top Bottom