Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Gerard Brannigan Friend
    #202294

    My current template shows the language flag icons on top of the social Icons, making the tom menu bar deeper than i would like.Can anyone show me how to move the flag icons onto the same line as the social icons.
    Also my store has no breadcrumbs, how do I put breadcrumbs in to the position as shown on the second image.?
    The attached files show the current template and the desired template.
    Thanks


    1. siten0w1
    2. siterequired
    Ninja Lead Moderator
    #553757

    Your site is down for maintenance and I could not access with username/password included on thread. You need to check username/password again and let me know if it’s ready. I will help you to check the problem on your site.

    Gerard Brannigan Friend
    #553785

    I think that i have sorted out the line up of the flag icons, however they do not appear on the mobile version of the site

    Ninja Lead Moderator
    #553915

    <em>@myachill 451169 wrote:</em><blockquote>I think that i have sorted out the line up of the flag icons, however they do not appear on the mobile version of the site</blockquote>

    You can try to apply some my css style below into your site

    + Open templates/ja_fixel/css/themes/blue/template-responsive.css file

    Find and change


    .social-link .addthis_toolbox {
    background: #eeeeee;
    border-bottom: solid 1px #1d1d1d ;
    border-top: solid 1px #1d1d1d ;
    display: none !important;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 244px !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    }

    To


    .social-link .addthis_toolbox {
    background: #eeeeee;
    border-bottom: solid 1px #1d1d1d ;
    border-top: solid 1px #1d1d1d ;
    display: none !important;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 122px !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    }

    + Open templates/ja_fixel/css/themes/blue/custom.css file and add new rule

    @media (max-width: 767px) {
    .mod-languages {
    position: static !important;
    }
    }

    Let me know if it helps

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years ago.

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