Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1042876

    Hi
    Publish the Menu type module in the footer position and share the URL here.
    I will help you with some css change to make it horizontal.

    Regards

    goupijoom Friend
    #1043106

    moocdiabete2.fr

    Pankaj Sharma Moderator
    #1043158

    Hi
    First, you to add the code in /css/custom.css file in the template folder.
    I f custom.css is not present kindly add the file

    #Mod93.t3-module ul > li {
       margin-left:10px
    }
    #Mod93.t3-module ul {display:flex;}
    

    Now go to Template Manager > Layout > Responsive Layout > Either user footer position to show menu in full width.
    Or resize the module positions so the menu displays fine.

    Regards

    goupijoom Friend
    #1043955

    Hi,
    And for this site http://odile-leperre-verrier.eu/ in position footer
    thanks


    1. footer_position
    Pankaj Sharma Moderator
    #1043969

    Hi
    Use the same code. And just replace the module id with this module id.

    Regards

    goupijoom Friend
    #1044010

    Hi
    Simply changing the module number (id=122) does not work. The menu is not horizontal in "footer".
    Regards

    goupijoom Friend
    #1044517

    Hi,
    site: http://odile-leperre-verrier.eu

    I wrote this code in custom.css but the menu module (id = 122) is still displayed vertically in the "Footer"

    #Mod122.t3-module ul > li {
       margin-left:10px
    }
    #Mod122.t3-module ul {display:flex;}

    Thank you

    Pankaj Sharma Moderator
    #1044583

    Hi
    Use this code

    
    .copyright ul > li {
       margin-left:10px
    }
    
    .copyright ul {display:flex;}

    Regards

    goupijoom Friend
    #1044691

    Hi,
    Not yet.
    Thanks

    Pankaj Sharma Moderator
    #1044857

    Hi
    Kindly create custom.css file in the css folder and add below code

    .copyright ul > li {
       margin-left: 10px!important;
    }
    
    .copyright ul {display:flex;}
    

    Path http://odile-leperre-verrier.eu/templates/ja_magz_ii/css/custom.css

    Regards

    goupijoom Friend
    #1045113

    Hi,
    No, the menu remains vertical.
    Thanks

    Pankaj Sharma Moderator
    #1045123

    Hi
    Kindly add the code carefully.
    see this http://prntscr.com/fptpzm
    You addded wrong code.

    goupijoom Friend
    #1045236

    Hi,
    it is done. But no change on the menu.
    Regards.

    Pankaj Sharma Moderator
    #1045250

    Hi
    You should check the site before posting, Its already working http://prntscr.com/fpy6oh

    goupijoom Friend
    #1045286

    Hi,
    Yes sorry! It’s very good like that!
    Good continuation.

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

The topic ‘Horizontal menu in the footer’ is closed to new replies.