Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1010905

    Hi
    You can use display: flex property on the menu parent class.
    Try this code in custom.css

    .ja-copyright .nav {display:flex;}

    Hope it helps

    dieudonne Friend
    #1010964

    Hello,

    thank you very much. It is working very well. And like this it is better.

    .ja-copyright .nav {
        display:flex;
    }
    .ja-fotoer a, .ja-footer .nav > li > a {
        margin-right: 15px;
    }

    Regard. Have a nice day.

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

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

The topic ‘bottom menu on a line (and not on a list) ?’ is closed to new replies.