Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #255510

    Hi, i would like to know how to move the flags i have under my webpage logo to the place where the facebook sign is right now, in the header top left side.

    #255511
    This reply has been marked as private.
    #256437

    Hey!

    Try adding this code to the Quick CSS:

    div#main {
        z-index: 401 !important;
        overflow: visible !important;
    }   
    .main_menu{
        right: 210px;
    }
    ul.avia_wpml_language_switch {
        position: absolute;
        top: -62px;
        right: 50px !important;
        left: auto !important;
    }
    
    @media only screen and (max-width: 767px) {
        ul.avia_wpml_language_switch {
            display: none;
        }
    }

    Cheers! 
    Josue

    #256627

    Hi, thanks for your answer!
    I inserted the code in Quick CSS, but for some reason, nothing seems to happen. Any idea?

    #256634

    Hey!

    Seems the Quick CSS is not being saved, try adding the code to css/custom.css.

    Best regards,
    Josue

    #256638

    Hey, now it changed the position, but not where I exactly wanted it. I link you a picture, so you see where I want it!

    http://i.imgur.com/2kNEEFS.jpg

    Blue circled area is where they are now, green circled area is where i would like to put them.

    Thanks for your patience!

    #256644

    Hey!

    Change the code to:

    div#main {
        z-index: 401 !important;
        overflow: visible !important;
    }   
    ul.avia_wpml_language_switch {
        position: absolute;
        top: -122px;
        right: auto !important;
        left: 55px !important;
    }
    
    @media only screen and (max-width: 767px) {
        ul.avia_wpml_language_switch {
            display: none;
        }
    }

    Cheers!
    Josue

    #256810

    Thank you very much, this one works, only, the separator between header and content looks like it has become twice as thick. Is there a way to make it normal? i mean, the usual one line thickness? Thanks in advance!

    #256815

    Also, dropdowns aren’t working properly, somehow, they doesn’t display the texts now. English one still has the odl method flag insert, there it works, so i’m sure it’s because of the code, but don’t know the reason!

    • This reply was modified 10 years, 8 months ago by Padlee.
    #256919

    Hi!

    Thank you for the update.

    Please add this to fix the borders:

    #header_main {
    border-bottom: 0;
    }

    I checked the website but I don’t see any dropdowns. Can you please provide a link to the actual page?

    Best regards,
    Ismael

    #257115
    This reply has been marked as private.
    #258261
    This reply has been marked as private.
    #258328

    Well, after i updated the theme, somehow the flags were automatically in the header without having to include them in the header, so i could move them with simple alignment! Thank you very much, now the dropdowns are also working!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Put flags in top bar’ is closed to new replies.