Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • imasdtecno Friend
    #199986

    I need to lock the top menu bar in a position. With a 1366 x 768 the position is fine, but with 1920 x 1080 the menu margin left changes. I need the margin left locked and having the same position instead the resolution.

    Example:

    OK:

    BAD:

    I tryed this

    @media screen and (min-width: 768px) {
    .nav.navbar-nav.level0 {
    margin-left: 50px;
    }
    }

    But the menu continues changing the margin. How can I lock the position of the menu? Thanks.


    1. Captura_ok
    2. captura_mal
    pavit Moderator
    #543461

    Hi

    Please post a link to your website so we can have a look at it and suggest best solution

    imasdtecno Friend
    #543569

    The URL is: http://www.imasdtecnologia.com/test14

    I will submit to you an MP with the access data.

    pavit Moderator
    #543599

    Hi

    In your custom.css you can try this :

    @media (min-width: 992px) {
    .t3-mainnav .t3-navbar {
    margin-left: -50px;
    }
    }

    imasdtecno Friend
    #543653

    Ok. Problem solved.

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

This topic contains 5 replies, has 2 voices, and was last updated by  imasdtecno 10 years, 4 months ago.

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