Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • imported_lorenzoadorni Friend
    #1095534

    Hello,

    As you can see in attached image the language flag are not display inline, are not alligned with the element of search adn share.

    How can I solve this issues?

    Thank’s


    1. language
    2. language2
    Saguaros Moderator
    #1095686

    Hi,

    It looks like you assigned Language Switcher module to ‘head-search’ position, try to assign to languageswitcherload position.

    imported_lorenzoadorni Friend
    #1095747

    Hello I have assign to the languageswitcherload wich is the right position.
    But as you can see in the iamge the flag are not aligned in the meddle, but on top. There is no margin or padding. Also the separtor line on the right of uk flag is cut and don’t rich bottom line as for search and sharing box on the left. There is any kind of solution?

    Thank’s


    1. language3
    Saguaros Moderator
    #1095764

    Could you share credentials of your site so I can check?

    imported_lorenzoadorni Friend
    #1095766
    This reply has been marked as private.
    Saguaros Moderator
    #1095782
    This reply has been marked as private.
    imported_lorenzoadorni Friend
    #1095840
    This reply has been marked as private.
    Saguaros Moderator
    #1095942

    Hi,

    You can try this custom CSS:

    .mod-languages {
        text-align: right;
    }
    
    div.mod-languages ul.lang-inline li {
        padding-right: 8px;
    }
    
    .languageswitcherload {
        padding-top: 15px;
    }

    put into the file: root/templates/ja_focus/css/custom.css

    Regards

    imported_lorenzoadorni Friend
    #1112785

    I put the code in the custom.css but there is some problem. There is no border on left, near search icon, and the border on right still shorter

    Thank’s

    Saguaros Moderator
    #1112848

    In above code, you can change the style for .languageswitcherload a bit:

    .languageswitcherload {
        padding-top: 15px;
        border-left: 1px solid #eeeeee;
    }
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Saguaros 6 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum