Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1065446

    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

    #1065510

    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

    #1065609

    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

    #1065708

    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

    #1065937

    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

    #1066055

    Hi,

    Add this to quick css:

    #top #av-burger-menu-ul{
    display:block!important;
    padding-top:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1066062

    You are FABULOUS! Thank you ;-)

    #1066073

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mobile Menu – Flags cover Logo’ is closed to new replies.