• Anonymous User 14235008

    (@anonymized-14235008)


    See: rolfingbali.org

    There are two sub-menus under [Rolfing] and they show up and work on the computer (various browsers) but do not on the iPhone (tested both Safari and Chrome). On the computer, the sub-menus show up with bullets on the left side, but outside of the box. Is there a way to remove the bullets too?

    Thank you,
    gillian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author danielpataki

    (@danielpataki)

    Hi there @gilliankok,

    I’ll address this in an update soon, thanks for letting me know about it! ??

    Daniel

    Thread Starter Anonymous User 14235008

    (@anonymized-14235008)

    I see. Thank you, Daniel.

    Separately, I’m wondering if it might be easy to change/add some CSS code so that the header image changes size (be less tall) in all other pages other than the home page? And if not, if I could just resize the height of the header image for all pages.

    Thank you, again.
    gillian

    Theme Author danielpataki

    (@danielpataki)

    No problem!

    The best way to do what you need at the moment is a child theme. You can read all about it in an article I wrote on WPMU DEV or the WordPress Codex.

    You can target the header on the home page only like this:

    .home #site-header {
       height:230px !important;
    }

    Hope this helps!

    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub-menus don't show up on iPhone’ is closed to new replies.