Problem with custom logo height Tagged: height logo This topic has 5 replies, 3 voices, and was last updated 10 years ago by Grace Themes. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 7, 2016 at 7:30 pm #492 Giampaolo RibaldiParticipant Hi, i have a problem with the Logo. My logo is 243×137 and i set it as “137” in “Theme Option, Basic Setting, enter your custom logo height” But the logo look always with the same height…. even if i type 50, 137 or 250. What’s wrong? How i can visual it more big? Thank You. March 8, 2016 at 9:02 am #494 Giampaolo RibaldiParticipant Ok, i solve this problem by editing css… the height was setted at 55px. By modify this value i can make a biggest logo. Thank You. March 8, 2016 at 5:32 pm #495 Grace ThemesMember Hi, You can use both textual and image logo for your site. If you want to use logo image, goto Appearance-> Theme Options -> Basic Setting Tab and upload your main logo. By default it will take Site Title as a logo from General Settings. Regards Grace Themes March 13, 2016 at 10:29 pm #529 JeroenParticipant Hey Giampaolo Would it be possible to explain in little more detail how you fixed this issue? How do I find and edit this .css file? Which files did you edit? In what way? Best regards, Jeroen March 13, 2016 at 10:35 pm #530 Giampaolo RibaldiParticipant Hi, you can go in Appareance / Editor Open the css style.css (usually is the last one on the list) Thank check this line: .logo img{ height:55px; } Change the 55px with what you need and save. For find the line i use the “looking for” of browser and type “logo”. March 14, 2016 at 6:22 pm #537 Grace ThemesMember Hi Jeroen, You can also change the logo height through theme options panel Go to Appreance -> Theme Options -> Basic Setting and paste the below code in Custom CSS box and click on Save Options button. .logo img { height: 55px; } Change the 55px as per your requirement. Giampaolo, thanks for participating in this topic, I really appreciate your reply. Regards GraceThemes Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In