View Single Post
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#793
Originally Posted by Harick View Post
hi guys, i have a problem, i'm trying to change the niqbal theme N 5 to be able to use in portrait, and i got it, but the issue now is when i'm in landscape, the bubbles doesn't reach the edges like they used to.

see images for further explanation

is there any way to get the bubbles like used to be and keep the portrait version as it is now?
You need to change your width settings mate.

Here is what you need in your Bubble codes

Code:
  

width: auto;
max-width: 80%;
That will sort your problem as the width will be dynamic depending on the text message length. But it will never be larger then 80%