Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • rodro Friend
    #896970

    I’ve noticed that when the browser window starts to get smaller, the top black menu gets huge (grows down) and despite it looks ugly, it hides some site’s info. I’ve checked and it does the same on your demo.

    How can I solve this? Thanks


    1. Captura-de-pantalla-2016-03-08-a-las-11.41.40-p.m.
    2. Captura-de-pantalla-2016-03-08-a-las-11.50.56-p.m.
    Adam M Moderator
    #898678

    Hi @rodro,

    Somehow the result didn’t reflect correctly via iframe, please check with this url instead.

    About your site, it’s because the main menu way too wide so it didn’t collapse correctly, try open file templates/ja_techzone/css/custom.css and add this code :

    @media (min-width: 1200px)
        .navbar-toggle {
            display: none;
        }
    }
    @media (max-width: 1200px)
        #t3-mainnav .t3-navbar {
            display: none;
        }
        .navbar-toggle {
            display: block;
        }
    }
    rodro Friend
    #898803

    Hello.. It´s still the same..

    I´m sending images of the link you sent, my site with a big window and my site with a shrink window.

    Thanks


    1. Captura-de-pantalla-2016-03-12-a-las-4.53.46-p.m.
    2. Captura-de-pantalla-2016-03-12-a-las-4.58.03-p.m.
    3. Captura-de-pantalla-2016-03-12-a-las-4.58.11-p.m.
    Adam M Moderator
    #899790

    Hi @rodro,

    Just checked your site but I didn’t see the code in custom.css file, please add it there first.

    rodro Friend
    #904822

    Hello.. I didn’t notice the answer..

    I put the code but it didn’t work. I’m sending images, but I can’t keep the code on the public site.

    Thanks. I still need help about it.


    1. Captura-de-pantalla-2016-03-25-a-las-1.52.36-p.m.
    Ninja Lead Moderator
    #905352

    @rodro: I set the menu on your site to horizontal menu, but I could not see the problem on your site, you can give me the URL and dimension: width and height to get this bug. I will help you out


    1. Screen-Shot-2016-03-28-at-14.52.02
    rodro Friend
    #905895

    Hello, thanks.. it’s http://www.trincadosport.com

    The problem is when you shrink the browser window, it gets like that. I even get that problem on your demo site, the same. I tried on other computes and it looks the same, just when you make the window smaller.

    I’m sending you 2 images from the same window with full width and smaller.

    I don’t know how else I can explain it. Thanks


    1. Captura-de-pantalla-2016-03-28-a-las-4.15.59-p.m.
    2. Captura-de-pantalla-2016-03-28-a-las-4.16.13-p.m.
    Ninja Lead Moderator
    #905984

    I fixed the problem on your site with the solution below

    Open templates/ja_techzone/css/custom.css file and add the new CSS style

    @media screen and (min-width: 992px) {
        .navbar-default .navbar-nav > li > a {
            padding-right: 12px;
            font-size: 14px;
        }
    }
    
    @media  (min-width: 1200px) {
        .navbar-default .navbar-nav > li > a {
            padding-right: 30px;
            font-size: 16px;
        }
    }
    rodro Friend
    #906510

    WOW!!! Finally!!! Thanks a lot!!!! Thank you!

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

This topic contains 8 replies, has 3 voices, and was last updated by  rodro 8 years, 7 months ago.

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