• Resolved Phil Marnell

    (@entrepreblog)


    On mobile devices, the POST update text box disappears. Using RESPONSIVE DESIGN MODE, I see it happens at 640-641.

    Two requests:

    1. Is there a way to change that, since POSTing is the main task/idea

    2. Can you direct me to detailed documentation for p2-breathe / o2 ?

Viewing 1 replies (of 1 total)
  • Thread Starter Phil Marnell

    (@entrepreblog)

    So far (still testing) this appears to be a @media parm. Modifying this in theme customization *seems* to fix the disappearing POST create box:

    @media (max-width: 580px) { // was 640px
    .o2-app-new-post {
    display: block; //was ‘none’
    margin-bottom: 0.5em;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘p2 breathe – mobile POST field hidden’ is closed to new replies.