• if I view my word press site using an iPhone/iPad or a browser in a small width I cannot select a sub category in a menu item. Can I either have all of the pages collapsed out or have some way of being able to select a page from a sub category

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I’m having the same issue using this theme.
    Does anybody have advise other then using another template?

    Thread Starter Jgrabowski1

    (@jgrabowski1)

    Hi appieace,
    I have managed to solve this issue now by changing the following line of CSS in the style.css file on the Kindergarten theme:
    at approximately line 614 change the css:
    from:
    @media screen and (min-width: 799px) {
    to:
    media screen and (max-width: 10px) {

    also change line 1904:
    from:
    @media only screen and (max-width: 799px) {
    to:
    @media only screen and (max-width: 10px) {

    Hope this helps
    Jan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Collapsed’ is closed to new replies.