Home › Forums › Themes Support › Claue › How to make the logo bigger
- This topic has 18 replies, 4 voices, and was last updated 7 years, 1 month ago by Harry.
-
AuthorPosts
-
-
June 5, 2017 at 7:47 pm #5052
Hello!
Probably a simple solution but i cant find it..
How can i make the logo bigger on the main page? When i upload my own logo in “Logo Settings” it stays small..
-
June 5, 2017 at 8:27 pm #5053
Hi,
Please navigate to Claue Theme Options / Header, you can adjust it in Logo Max Width field
Cheers,
Foster
-
June 6, 2017 at 6:19 pm #5110
Thx for the fast reply!
I changed the logo max width field.. but it i cant get it bigger. I have the logo on the left side…
BUT, when i have my logo in the middle of the screen i can change the size.. that’s weird
-
June 6, 2017 at 8:44 pm #5120
Hi,
Could you please give me your website URL to check this issue?
-
September 27, 2017 at 5:19 pm #10864
Hi!
I have the same issue, with Claue. I can’t make bigger the logo. I already tried to increase logo width (also uploaded bigger logos) but… without success.
Thanks!
-
September 27, 2017 at 6:35 pm #10866
Hi Michylee,
Could you tell us which layout of header you’re using? It’s better if we can check on your site.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 27, 2017 at 7:02 pm #10871This reply has been marked as private.
-
September 27, 2017 at 11:25 pm #10877
Hi Michylee,
Sorry because inconvenience, the header layout 2 have left menu and right menu (if have more menu items the layout will break) so we have to limit width of logo.
You can change header layout to another or after change menu item with your we will check and help you increase width of logo.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 28, 2017 at 4:25 pm #10932
Hi!
Thanks for your support.
I’ve set layout 3. Let’s try this way! 🙂 I look for suggestions, please.
Thanks again.
-
September 28, 2017 at 9:18 pm #10948
Hi,
You can adjust the size of the logo in Theme Option. -
September 28, 2017 at 9:38 pm #10951
Hi Foster.
Thanks for your suggestion but… i’ve already upload a bigger logo. But… it appears to fixed to 150px x 41,5px.
-
September 28, 2017 at 9:45 pm #10953
Hi,
It is the size of the Retina screen, you can use the CSS code below to adjust it
.retina-logo img { width: 200px; }
Cheers,
Foster -
September 28, 2017 at 10:04 pm #10954
Thanks again.
But… i’ve put your advice in Custom CSS Style (in Theme Options) but… the logo still remain 150px x 41.5.
Argh, i don’t understand why, sorry!
-
September 28, 2017 at 10:19 pm #10955This reply has been marked as private.
-
September 28, 2017 at 11:25 pm #10967
Hi Michylee,
To make logo on retina device bigger you have to upload logo size (600 x 166). On Retina device the logo size will scale to 1/2
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 29, 2017 at 4:28 am #10983This reply has been marked as private.
-
September 29, 2017 at 10:52 am #11000
Hi,
This issue because the javascript calculate height of header after window load now it doesn’t update. If you refresh the browser after resize or check on real device (tablet, phone) it will ok.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 10, 2017 at 7:30 pm #11540This reply has been marked as private.
-
October 10, 2017 at 9:45 pm #11546
Hi Michylee,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.header__mid .jas-col-sm-4.jas-col-xs-3 {
flex-basis: 16.666%;
max-width: 16.666%;
-ms-flex-preferred-size: 16.666%;
}
.header__mid .jas-col-sm-4.jas-col-xs-6 {
flex-basis: 66.666%;
max-width: 66.666%;
-ms-flex-preferred-size: 66.666%;
}
}You can increase Logo Max Width number in Theme Option as you want
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.