New Landing How can we help? Themeforest Theme Support Dante Center footer menu

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #294733
    marketmataro
    Member
    Post count: 41

    Hello, in the footer of the web there is a menu (Quiénes somos | Política de cookies | Aviso legal | Asistencia remota) and appears aligned to the right, would that were aligned in the center of the page.

    Thank you.

    #294742
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    #copyright nav .menu {
        float: none!important;
        margin: 0 auto;
        width: 50%!important;
    }

    Hope it helps.

    -Rui

    #294743
    marketmataro
    Member
    Post count: 41

    Thanks for your answer. Doing what you say is not centered entirely, it is slightly shifted to the left.

    #294745
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    try to adjust the width to 45%

    -Rui

    #294831
    marketmataro
    Member
    Post count: 41

    ok. Thanks

    #294845
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui.

    #295441
    marketmataro
    Member
    Post count: 41

    Hello, I see that the map is centered per if you look from a mobile is very descuadrado, are created line breaks being the width of 45%. You need a way to do without it had to change the width. Thank you.

    #295687
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you have this working as you need. Marking as resolved.

    #295699
    marketmataro
    Member
    Post count: 41

    Hello, is not resolved, I still have the same problem, if you look now the web you will see that there are two menus, the above is a test I’ve done in code, but it is not the right way. Which should be fine it is listed below and depending on the size of the device does not look good.
    Thank you.

    #295703
    David Martin – Support
    Moderator
    Post count: 20834

    Can you provide a screenshot of what you refer to and what you want to change.

    – David

    #295720
    marketmataro
    Member
    Post count: 41

    Here I attached an image, where it says “not correct” a menu that by making small the browser has become two lines shown. To center me to put you on the other post width can venr 45% as in the previous messages to center, as if 100% is not centered on the page. It should be like the one over red background. This red’ve done modifying code, but I prefer not to do so. Thank you.

    Attachments:
    You must be logged in to view attached files.
    #295959
    David Martin – Support
    Moderator
    Post count: 20834

    First you need to change this:

    #copyright nav .menu {
           float: none!important;
        margin: 0 auto;
        width: 35%!important;
    }

    Change to this:

    #copyright nav .menu {
        float: none!important;
        margin: 0 auto;
        width: 35%;
    }

    Then you need to add this for the smaller screens:

    @media only screen and (max-width: 991px) {
    #copyright nav .menu {
        width: 100%!important;
    }
    }
    #296157
    marketmataro
    Member
    Post count: 41

    Doing this will not see any difference, is there any way to call this menu by code? Thank you.

    #296435
    David Martin – Support
    Moderator
    Post count: 20834

    Using this CSS will give you a menu as you described above, ie:

    Link 1 Link 2 Link 3 Link 4

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register