This topic has 22 replies, 4 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
on my website touteslavie.com I uploaded my logo, but I want it bigger. How can I manage that?
Kind regards,
Raphaëlle
Hello,
You may use this code in Theme Options > Styling > Custom css:
.header-logo img {
max-width: 360px;
}
Regards
Thank you very much!
You’re welcome!
Regards
Hi!
Link to my problems: http://prntscr.com/iuo6ka
1. how to add the link “yhteystiedot” to the same row as all the other links on the top bar -> 2.?
3. I want the header logo image to be shown larger, is it possible?
Topic for these questions maybe not right, but I couldn`t find the way to create a new topic, sorry. :/
– Anette –
Hello @temppelinemanta,
Here you can find “Submit new topic” button https://www.8theme.com/forums/lifestyle-wordpress-support-forum/
1. Please use this custom css code:
.header-wrapper.header-top-menu .navbar-header {
width: 20% !important;
}
.header-wrapper.header-top-menu .menu-wrapper {
width: 80% !important;
}
.header-wrapper.header-top-menu .menu {
max-width: 100%;
}
2.
.header-wrapper .header-logo img {
max-width: 300px;
}
Regards
Bonjour,
J’ai utilisé ce code mais le logo n’est pas plus grand.
Pourriez-vous regarder sur le site internet s’il vous plaît ?
Hello @QDH,
Please use this code:
.header-wrapper .header-logo img {
max-width: 500px;
width: 500px;
}
Regards
Hi!
Looks like this now… http://prntscr.com/iwgtn0
Hello @temppelinemanta,
Please clear cache and check now.
Regards
Hi!
Looks wonderful with crome, but with Explorer it looks like this..http://prntscr.com/iwlb21.
What to doo?
Hello @temppelinemanta,
Please clear cache and check now.
Regards
Hi!
Still looks like this with explorer… http://prntscr.com/ix21jz
Hello @temppelinemanta,
Make sure that you cleared cache.
Regards
Hi,
yes i did so.
Hello @temppelinemanta,
Please clear cache and check one more time.
Regards
Hi!
Now it´s perfect! Thank You! 🙂
– Anette –
Dear @temppelinemanta,
You’re welcome!
Regards
Hello!
My “search button” won´t work properly at the computer. See the problem here:
http://prntscr.com/j9u07v
There is no problem with mobile.
– Anette –
Hello @temppelinemanta,
Please add this code in Custom css for desktop:
.header-wrapper.header-top-menu #searchform span i {
line-height: 60px;
font-size: 18px;
width: 100%;
text-align: center;
}
.header-wrapper.header-top-menu #searchform span {
height: 60px;
width: 50px;
padding-right: 0;
cursor: pointer;
z-index: 1;
top: 0;
right: 0;
position: absolute;
display: block;
color: #666;
}
.header-wrapper.header-top-menu .header-search button,
.header-wrapper.header-top-menu #searchform.searchbox-open span {
visibility: hidden;
z-index: -1;
}
.header-wrapper.header-top-menu .header-search .searchbox-open button {
visibility: visible;
z-index: 1;
}
Regards
Thank You 🙂
– Anette –
Dear @temppelinemanta,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up