Home › Forums › Free Themes › Kids Education › Logo size in header
Tagged: logo size, page title location
- This topic has 31 replies, 5 voices, and was last updated 5 years, 5 months ago by wensolutions.
-
AuthorPosts
-
May 7, 2019 at 7:06 pm #97141messmerizaParticipant
Hi there,
I need your help with the logo size on this website please: http://fuelcatering.ca/newsite
The logo I have uploaded is 547 x 548 pixels in size. I need it to be much larger so it almost touches the top and bottom of the header. If I take a screenshot the header is 130px tall, so I need the logo to be about 115px tall.
The only CSS that I have in the Additional CSS section is:
#header-image {
height: 500px;
max-width: 100%;
}I can not figure out how to make it taller.
Thanks!
CarolinMay 7, 2019 at 8:01 pm #97143messmerizaParticipantThe logo also doesn’t seem to be centered between the menu. It’s a bit further right at the moment and I would like it to be in the middle of the browser window. Thanks!
May 8, 2019 at 1:57 am #97181wensolutionsKeymasterHello @messmeriza,
Please add below given CSS to increase the size of the logo.
For this go to Admin Panel > Appearance > Customize > Additional CSS.
.modern-design .site-logo img { max-height: 100%; }
Hope this helps.
Thank you.
May 8, 2019 at 2:11 am #97186messmerizaParticipantThanks. 100% made it very large, about double the height of the header. I have made it 100px and it looks ok now. But it’s not centered vertically in the header. It has more space above than below the logo. How can I make it the same space so it sits right in the center?
It is also not centered horizontally in the browser window.
May 8, 2019 at 2:21 am #97191messmerizaParticipantCan I also somehow minimize the space to the left and right of the logo. It’s way too much. Thanks!
May 8, 2019 at 7:49 am #97215wensolutionsKeymasterHello,
Please add below given CSS to resolve the issue.
.site-header .container { width: 70%; } .left-menu { width: auto; } .right-menu{ width: auto; } .site-branding { width: auto; }
Thank you.
May 8, 2019 at 6:28 pm #97249messmerizaParticipantIt’s not centered vertically in the header. It has more space above than below the logo. How can I make it the same space so it sits right in the center?
May 8, 2019 at 11:56 pm #97254wensolutionsKeymasterHello,
Please add below-given CSS for this.
.site-logo { margin-top: -12px; }
Hope this helps.
Thank you.
May 9, 2019 at 12:22 am #97257messmerizaParticipantPerfect thanks!
May 9, 2019 at 12:56 am #97265wensolutionsKeymasterHello,
Glad we could help.
Thank you.
May 15, 2019 at 8:20 pm #97728OptiwebCanadaParticipantHello
I find that the logo is way too small in the theme for my website https://www.ecidemolitioninc.ca/
With no positive results (unchanged size) I have added the code:
.modern-design .site-logo img {
max-height: 100%;
}am I using the wrong css code?
Thank you for your supportMay 16, 2019 at 12:12 am #97737wensolutionsKeymasterHello,
Please add the below given CSS to increase the logo size.
img.custom-logo.jetpack-lazy-image.jetpack-lazy-image--handled { height: 70px; max-width: 75px; margin-top: 5px; }
Hope this helps.
For any further query/confusion, feel free to reach back to us.
Regards!
May 21, 2019 at 6:42 am #98212teenytoon18ParticipantHi How can I change the position of my logo at the top of the screen?
I currently have a menu to the left but would prefer the logo to the left and the menu across the rest of the top of the screen.Also, my page titles are being hidden behind the cloud detail, how can I fix this so I can see the page title.
my website is http://www.teenytoon.co.uk
Thanks in advance
Lucie
May 21, 2019 at 6:44 am #98213teenytoon18ParticipantAs per http://playempowerthrive.sg/ for the logo location.
Thanks
May 21, 2019 at 7:58 am #98216wensolutionsKeymasterHello,
As for your query, to make both the menu appear on the right is quite not possible. But as a workaround what you can do is delete the left menu using the CSS below:
.left-menu { display: none; }
And increase the width of the right menu using the CSS below:
.right-menu { width: 70%; }
So please add the required menu items in the right menu only.
Also, add the CSS in Additional CSS directly.
Hope this helps.
Thank you
-
AuthorPosts
- You must be logged in to reply to this topic.