Mobile Vertical Layout Not Applying Properly

See: https://imgur.com/a/jGLrs6F

Even though mobile phone vertical layout is set to 100%, it’s applying the mobile horizontal layout (48%/1%/48%) when viewing at mobile vertical length.

If mobile horizontal layout is set to 100%, only then does mobile vertical show at 100%. What am I doing wrong here?

Hello @co50,

Thanks for writing to us.

In order to help you with your concern, we need to check your settings. I would request you, please share your details in a secure note. Please provide the following details meanwhile you must troubleshoot a few common issues before we investigate your settings.

  • WordPress Login URL
  • Admin level username and password
  • Exact Page URL

You can find the Secure Note button at the bottom of your posts

Thanks

OK I’ve supplied the login.

Hello @co50,

I believed that this is a bug in the latest release. I have added this to our issue tracker already so that our developers will be made aware of the issue. In the meantime, you can add this inline element CSS in your Row element:

@media(max-width: 479px){
    $el.x-row > .x-row-inner > .x-col{
        flex-basis: calc(100% - 1em);
    }
}

Kindly let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.