- This topic has 9 replies, 4 voices, and was last updated 4 years, 7 months ago by
WP Travel Admin.
- AuthorPosts
- March 8, 2018 at 7:44 am #5494
forgottencnz
ParticipantHello is there a way to use custom logo size?
Thank you for your time 🙂March 8, 2018 at 10:03 am #5496Support Team
KeymasterHello @forgottencnz,
The theme originally resizes the logo but if you want to display the original size of the logo as you have uploaded use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#site-identity img { height: 100%; }
Hope this helps.
Best Regards!!
November 5, 2018 at 3:01 pm #8411seal
ParticipantHello,
Thanks for this clear answer.
I have tried your CSS but it only works on 100% and becomes too big.
I have tried with 50% but nothing change.
Do you think the solution is to reduce the picture size before uploading and keep 100% in the CSS ?Thanks a lot
November 6, 2018 at 4:04 am #8414Support Team
KeymasterHello @leisureandadventure,
First of all thank you very much for using the theme.
You can resize the logo as per your requirement through the use of custom CSS.
So can you please provide your site URL so that we can provide the precise CSS for the logo size management.
Thank you.
Regards!!
November 6, 2018 at 8:19 am #8425seal
ParticipantHello,
Here is the URL :
https://leisureandadventure.com/The logo would be in the top and center please.
Thanks a lot
November 6, 2018 at 9:15 am #8427WP Travel Admin
KeymasterHello @leisureandadventure,
Thank you very much for the URL.
To increase the height of the logo add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#site-identity img { height: 135px; }
Here you can increase or decrease the height as per your requirement.
Hope this helps.
Regards!!
November 6, 2018 at 9:20 am #8428seal
ParticipantHello,
It works perfectly thank you.
Do you know how to center it ?Thanks
November 6, 2018 at 10:56 am #8430Support Team
KeymasterHello @leisureandadventure,
Please add below given CSS to center the site identity section.
@media screen and (min-width: 992px) { .header-main-menu { display: flex; flex-wrap: wrap; } .header-main-menu .site-branding { margin: 0 auto; } }
Hope this helps.
Regards!!
November 6, 2018 at 12:27 pm #8441seal
ParticipantYour support is incredible, please don’t change anything.
Thank you so much
November 7, 2018 at 5:14 pm #8447WP Travel Admin
Keymaster - AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.