Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #207807

    Hi,

    After the last update 09/01/2014 this CSS customization lose the action. The image flag in the secondary menu is not more vertical centered. :

    /*Style Flag link secondary menu*/
    #menu-item-6214 a {
    position: relative;
    top: -10px;
    }
    #menu-item-6214 a img{
    position: relative;
    top: 5px;
    }

    Other change was in the image attributes width=”20px” height=”20px” that have no more effect in secondary menu.

    Do you have any suggestion about that?

    THANK YOU.

    #207811

    Hi,

    Issue resolved using this code:

    /*Style Flag link secondary menu*/

    #menu-item-6214 a {
    position: relative !important;
    top: -10px !important;
    }

    #menu-item-6214 a img{
    position: relative !important;
    top: 5px !important;
    width: 20px !important;
    height: 20px !important;
    }

    THANKS

    #207872

    Hey!

    Glad you solved it. :)

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold last update’ is closed to new replies.