Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • aalisg Friend
    #1067415

    Hello,

    Since we updated our http://www.aalisg.org website to latest T3 framework version the footer menu is not horizontally displayed anymore.

    Ideally we would like this footer menu to be displayed horizontally like before and its menu elements be separated by a vertical bar symbol like this |, so that the menu will look like this:
    CREDITS | GENERAL TERMS | LEGAL NOTICE | PRIVACY POLICY | SITEMAP.

    Also, we would like to remove this white background color when there is a mouse over on one of these menu items.

    As we would like these CSS modifications to resist T3 framework future updates we think the code should be written in the custom.css file.

    Can you please help us to do so?

    Regards

    Pankaj Sharma Moderator
    #1067424

    Hi
    Add below code in custom.css file to remove the background color and horizontal menu items

    
    .copyright .nav {display:flex;}
    .copyright .nav > li > a:hover, .nav > li > a:focus {background:transparent;}

    Regards

    aalisg Friend
    #1067447

    Hello and thank you for your reply,

    The code you provided us works but it seems the menu is not responsive. Also would it b possible to left-align the menu with the copyright text below?

    Regards

    Pankaj Sharma Moderator
    #1067452

    Hi
    Replace the code with this code

    
    @media (min-width:768px) {
    .copyright .nav {display:flex;}}
    .copyright .nav > li > a:hover, .nav > li > a:focus {background:transparent;}
    

    Now it works only for the large view.
    In the left of menu items padding of menu items if you will remove them it will reduce the space of between the items as well.

    Regards

    aalisg Friend
    #1067699

    Hello and thank you for your reply,

    The code you provided us works great but isn’t there a way to left align this menu with copyright text below without changing the space between menu elements?

    Regards

    Pankaj Sharma Moderator
    #1067705

    Hi
    Add below code in custom.css file

    .copyright .nav li a:first-child {
        padding-left: 0px;
    }

    Regards

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

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

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