Home › Forums › Aside WordPress Theme › How to change the size of the logo
This topic contains 18 replies, has 5 voices, and was last updated by TheBeaverhead 1 year, 5 months ago.
-
AuthorPosts
-
June 19, 2014 at 12:48 pm #3673
When I create the custom logo in the general settings it gets resized to a small size (smaller than 100×120) is there a way to set this larger? Or at least make sure it doesn’t get made so small.
The logo size is the limit max size as height 60px, if you want change it
please set css code to custom css box
#logo img { max-height: 100px; }
July 13, 2015 at 2:43 am #7892Hi,
I made this change via WP-Admin, but it doesn’t seem to have made a difference.
Is there another way to make the logo container larger?
July 13, 2015 at 7:59 am #7894Hi
Please make sure paste the css into:
WP-Admin(left bar): Aside / General Settings / Custom Css#logo img { max-height: 100px; }
If it doesn’t work, please leave your wp-admin(url/user/pass) as private reply, I’ll log in to check it.
Cheers!
Bwsm – uiueux.comJuly 13, 2015 at 8:47 am #7895This reply has been marked as private.July 14, 2015 at 2:30 am #7904Please add the css into Custom Css:
#logo a {width: 100px;}
July 15, 2015 at 11:51 am #7911Thanks! The above custom CSS worked.
December 28, 2015 at 3:08 pm #9356Hello,
I posted on a different thread previously, I have fixed that problem.
I have changed the logo size but it now seems to be over lapping the menu text, the logo also seems to be of a low resolution, like its being stretched, although I have uploaded the image in a suitable size.Thanks for the assistance
December 28, 2015 at 11:31 pm #9363Hi garethlang,
When you insert the image, make sure the “Full Size” option is checked(https://www.dropbox.com/s/spqsg3rd1l0c7hv/QQ20151229-1.jpg?dl=0 ).
Cheers!
Bwsm – uiueux.comMarch 21, 2016 at 1:34 am #10225Hi there,
I’ve followed the instructions above and successfully made my sidebar logo larger, thank you!
Is it possible to shuffle the menu’s lower so they arent’ overlapping with the logo?
Thanks!
David
March 21, 2016 at 1:51 am #10227Hi, dtang7d
Please make sure paste the css into:
WP-Admin(left bar): Aside / General Settings / Custom Css#sidebar #logo { max-height: none; }
March 21, 2016 at 1:55 am #10228Beautiful! Thank you so much!
Is there a chance there is also a way to increase the size of the logo that appears on the loading screen?
March 21, 2016 at 1:58 am #10230Custom Css:
.site-loading-logo img { max-height: none; }
March 21, 2016 at 2:00 am #10231Thanks so much! Last question, and this might not be possible; is it possible to use a tiling image as the pattern for the sidebar background, instead of a solid hex colour? Let me know if you’d like me to post this to a new thread
March 21, 2016 at 2:34 am #10232Custom Css:
#sidebar { background-image: url(http://www.redfoxfilms.com.au/xxx.gif); background-repeat: repeat; }
March 21, 2016 at 4:46 am #10233Thanks so much! Is there a code as well to do the same for the loading screen bg? I’m so sorry, I did say the last question was my last.
March 21, 2016 at 7:30 am #10234Custom Css:
.site-loading, .page-loading { background-image: url(http://www.redfoxfilms.com.au/xxx.gif); background-repeat: repeat; }
November 19, 2016 at 12:53 pm #11435This reply has been marked as private.November 19, 2016 at 1:59 pm #11437Hi TheBeaverhead,
Your theme is Center, this post is for Aside theme
please use the custom css:
.navi-over.header-scrolled:not(.ux-mobile) .logo-wrap, .navi-over.header-scrolled:not(.ux-mobile) #header-main > .container, .header-scrolled.navi-over:not(.ux-mobile) #header, .header-scrolled.navi-over:not(.ux-mobile) #logo, .header-scrolled.navi-over:not(.ux-mobile) .logo-a, .header-scrolled.navi-over:not(.ux-mobile) .nav-wrap > div > ul > li, .header-scrolled.navi-over:not(.ux-mobile) .nav-wrap .socialmeida-li { height: 120px; line-height: 120px; }
BR
-
This reply was modified 1 year, 5 months ago by
BWSM.
November 20, 2016 at 12:49 pm #11441Thank you so much for custom CSS (works exactly how I wanted it) and apologies for posting in a wrong place, I’ll try not to do it again:)
Best
-
This reply was modified 1 year, 5 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.