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

    Hello , I would like an image below footer menu , now I put a logo up menu footer through a widget , but what I want is to put this image below the menu, I could help ? Thank you.

    #276051
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Do you want to image below this menu Footer Menu Quiénes somos Política de cookies Aviso legal?
    Thanks
    Mohammad

    #276060
    marketmataro
    Member
    Post count: 41

    Yes, exactly

    #276100
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit the footer.php of theme directory. Find this code </nav> and place your code after it.
    Thanks
    Mohammad

    #276111
    marketmataro
    Member
    Post count: 41

    Perfect, and the last thing I wanted to focus this footer menu (Quiénes somos Política de cookies Aviso legal). Thanks

    #276114
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    what you mean with focus? didn’t understood.

    -Rui

    #276122
    marketmataro
    Member
    Post count: 41

    sorry, I meant centered

    #276128
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this code.

    .footer-menu{
       margin-left:40%;
    }

    -Rui

    #276131
    marketmataro
    Member
    Post count: 41

    Sorry, it does not work, right-aligned continues . Thank you.

    #276136
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    #copyright nav .menu {
      float: none;
    }

    – Kyle

    #276138
    marketmataro
    Member
    Post count: 41

    Perfect, now! Thanks

    #276139
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    #276184
    marketmataro
    Member
    Post count: 41

    forgives , doing it this way is not centered on mobile

    #276187
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add also this one

    @media only screen and (max-width: 767px){
    
      .footer-menu{
           margin-left:0!important;
       }
    
    }

    -Rui

    #276449
    marketmataro
    Member
    Post count: 41

    Ok, perfect!

Viewing 15 posts - 1 through 15 (of 16 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