Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #122717
    catwingz
    Participant

    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

    #122837
    tikaram
    Keymaster

    @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,
    Tikaram

    #122915
    catwingz
    Participant

    Tikaram,
    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

    #123005
    tikaram
    Keymaster

    Go 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu in footer area 1?’ is closed to new replies.