Hello and thank you for your phantastic theme!
I have a small problem with the mobile version of our homepage.
On the iPhone the language flags cover the logo. Is it possible to change the position or better: to include it into the menu?
Thank you in advance and greetings from Vienna
Christian
Hey chr_thiesen,
Add this to quick css:
@media only screen and (max-width: 767px) {
.html_stretched #wrap_all{
background:#fff!important;
}
.av-language-switch-item{
margin-top:-50px!important;
}
#header_main{
margin-top:50px!important;
}
#menu-item-search{
left:120px;
}}
Best regards,
Jordan Shannon
Thank you Jordan!
Do we have to rewrite this after update or does this stay in settings?
Same question about this setup: https://kriesi.at/support/topic/how-to-remove-file-name-from-images-when-viewing/
Is there a way to keep this after updates?
Thank you again
Christian
Hi,
As long on the css is placed within quick css or custom.css you are good, it will be protected from updates.
Best regards,
Jordan Shannon
One more question:
There is a big gap between the search symbol and the first menu item.
How can I change this?
Thanx again
Christian
Hi,
Add this to quick css:
#top #av-burger-menu-ul{
display:block!important;
padding-top:50px!important;
}
Best regards,
Jordan Shannon
You are FABULOUS! Thank you ;-)
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon