- This topic has 2 replies, 1 voice, and was last updated 7 years, 11 months ago by fl45h.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- December 24, 2016 at 12:46 am #1486fl45hParticipant
Hi there,
can you tell me please how can I change the logo size, please ?
I am trying to resize logo in SiteOrigin CSS plugin, this plugin allows me to resize Width to any size but I can resize High only to 60px, I can’t go over 60px. Can you tell me please how can I go over 60px ?regards
December 24, 2016 at 3:38 am #1487fl45hParticipantIt’s ok, I’ve done it myself. If someone want to change logo size below is css to change, max-height has to be changed.
#ht-site-branding img {
max-height: 200px;
width: auto;
}December 24, 2016 at 3:45 am #1488fl45hParticipantand “height” in this css below has to be changed:
#ht-site-branding img {
height: 67px;
display: inline-block;
float: left;
clear: left;
visibility: visible;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
} - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.