-
AuthorPosts
-
October 12, 2017 at 3:23 am #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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 12, 2017 at 4:27 am #1067424Hi
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
October 12, 2017 at 6:40 am #1067447Hello 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 12, 2017 at 7:03 am #1067452Hi
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
October 13, 2017 at 6:21 am #1067699Hello 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 13, 2017 at 6:35 am #1067705Hi
Add below code in custom.css file.copyright .nav li a:first-child { padding-left: 0px; }
Regards
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum