Syntax theme, how can I show the list of my pages at the top

  • Unknown's avatar

    I have six pages added but they are shown as a list at the bottom of the page. I would like the to show at the top of the page like menu choices. How can I do that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, and thanks for reporting this. The menu toggle is there on your site, but is hidden by the taller than suggested header image. If you scroll up, the menu toggle will emerge from behind the header image. I have filed a bug report on this, but as a temporary work around, you can add the following custom CSS to make the menu toggle visible.

    #toggle-nav {
    z-index: 100;
    }

    With the above fix, the menu toggle will appear on top of the left edge of the header image at certain browser window widths.

    There is a second bug I’ve discovered where the menu toggle becomes inactive after a browser window resize, and this issue is also being reported.

  • The topic ‘Syntax theme, how can I show the list of my pages at the top’ is closed to new replies.