- This topic has 6 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Increase logo size
hi – how can I increase the logo size? 360 ร 164 pixels is too small.
Thanks
First you’ll need to change the header/logo size to the exact size of your image in your functions.php. Then once you do that, you’ll be able to upload that image in your WordPress header uploader and you won’t need to crop it. Then you can adjust the css for the header/title area to whatever size you want. Once you upload it, if you can send me a link I can tell you where in your css you can make the adjustment.
Hi Wes,
Thanks – I have updated the size of the logo now but the menu items are not appearing to the right of the logo as per the Epik theme demo.
http://192.185.144.149/~michpr/
Please advise how to make that happen?
Thanks!
Anyone know the answer to this?
You have to use the Custom Menu widget and add it to the “Header Right” widget area. Then go back and disable the Primary Menu if you don’t plan to use that particular location.
I like the direction you’re going in with the colors! Looks good ๐
Thanks – did this and that is great, however on the iphone version the right edge of the logo gets cut off. Anything I can do to help that?
Try adding something like this to your responsive section –
.site-header {
background-size: contain !important;
}