This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Mobile display problem

#25897
Ernest MarcinkoErnest Marcinko
Keymaster

I honestly don’t know, as I would have to see the issue first. The table-cell vertical alignment method can be problematic on some devices. If you can, try using the flexbox instead:

.parent {
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

I suggest placing the plugin shortcode into a <div> container so it is wrapped in one, and then applying the code above to the parent.