Tagged: footer menu, sub-menu
- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by tikaram.
-
AuthorPosts
-
September 20, 2017 at 5:15 pm #122717catwingzParticipant
Hi,
We have a menu in the footer but would like to have a ‘sub menu’ in the band where the footer widgets are. An empty text widget is currently keeping it expanded into a wider stripe. I tried adding a custom menu widget but the links are vertical when what we are looking for is a horizontal one to mirror the one in the footer. The site is permanent url here. Is this possible?
Thank you
September 22, 2017 at 12:54 am #122837tikaramParticipant@catwingz : Go to Appearance => Customize => Additional css and add the following css
.site-footer #first .widget ul > li{ display: inline-block; } .site-footer #first { text-align:center; }
Add a custom menu widget and let me know if you still have problem with the footer menu.
Regards,
TikaramSeptember 22, 2017 at 7:02 pm #122915catwingzParticipantTikaram,
I added the code and now the menu shows, but it is in plain text and missing the styling of the menu directly below it. How do I apply the CSS to correct this?Thank you
September 25, 2017 at 3:01 am #123005tikaramParticipantGo to Appearance => Customize => Additional css and add the following css.
#menu-hotel-1 { font-family: "Oswald",sans-serif !important; } #menu-hotel-1 li a { padding: 0 20px; }
Let me know if you need further assistance.
Regards,
Tikaram -
AuthorPosts
- The topic ‘menu in footer area 1?’ is closed to new replies.