ResolvedLarger logo area in header
Tagged: logo
- This topic has 6 replies, 2 voices, and was last updated 3 years, 1 month ago by
gegeor.
- AuthorPosts
- April 13, 2020 at 8:57 pm #22228
gegeor
ParticipantHello
i need to have larger logo area in the left side of the header
see pic: http://prntscr.com/rylu4iHow can i achieve this please?
Thank you
GeorgiosApril 14, 2020 at 9:56 am #22249Althemist
KeymasterHi Georgios,
The max height for the logo image is restricted to 50px. Looking at your logo, it looks like it has significant white space in the original image (can’t be sure by looking at a screenshot, though). The width of the image is unlimited. Just edit the logo image file and make sure it fills the 50px in height from top to bottom.
Regards,
DimitarApril 14, 2020 at 10:20 am #22255gegeor
ParticipantHello and thank you for your reply
I did cut all white space and set height to 50px but its to small i thinksee : http://prntscr.com/rywhdz
isnt possible to have logo height equal with the header height at least? ( header height is about 90+px)
it doesnt look good at 50px
Thank youApril 15, 2020 at 10:35 am #22285Althemist
KeymasterHello gegeor,
I am afraid no. In order to preserve the correct layout on all devices, the max height can’t be exceeded. It can be adjusted a bith with CSS, but not to 90px. If you give me a link to your site (not a screenshot) I may be able to give you some better directions.
Regards,
DimitarApril 15, 2020 at 10:41 am #22286gegeor
ParticipantThis reply has been marked as private.April 15, 2020 at 10:51 am #22289Althemist
KeymasterYou can try the following CSS:
#header #logo { margin: 10px 15px 10px 0; } #header #logo img { max-height: 60px; }
That would give you an extra 10px in height (don’t forget to increase the image size too).
April 15, 2020 at 11:01 am #22294gegeor
ParticipantThank you very much:)
Regards - AuthorPosts
You must be logged in and have valid license to reply to this topic.