Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • croozemaster Friend
    #197002

    On my site, the language switcher is over the menu when in tablet portrait mode. What can I do about that?
    Thanks.

    chavan Friend
    #532205

    Create custom.css file using this documentation http://t3-framework.org/documentation/bs3-customization#custom-css

    Add this code to custom.css

    @media (min-width: 750px) and (max-width: 900px) {
    .social-btn{
    float:left;
    margin-right:20px;
    }
    .nav > li > a{
    padding:15px 8px !important;
    font-size:11px;
    }
    }
    @media (min-width: 910px) and (max-width: 1024px) {
    .social-btn{
    float:left;
    margin-right:20px;
    width:40% !important;
    }

    }

    croozemaster Friend
    #532212

    Thanks, Chavan,
    That worked. Problem solved.

    Frank

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

This topic contains 3 replies, has 2 voices, and was last updated by  croozemaster 10 years, 7 months ago.

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