Indeed, I see all messed up when in mobile mode. The problem I see is nothing to do with any settings and only with the content. There are lots of elements that are fighting for the limited real estate in the smaller resolution. Unfortunately you cannot do much with it other than reducing the slide contents. And also in some of the slides the contents are placed very close to each other which will affect them when the resolution is small.
Also if you want to control the elements with custom css then here is some css you will want to consider
@media only screen and (max-width: 479px), @media only screen and (max-width: 767px)
{
.tp-caption .button {
padding: 4px 6px;
font-size: 11px;
}
}
You can control any element using media queries.
Also, I see that you are using a older version of Revolution Slider. Pls download the latest theme package and update the plugin by locating the latest version of “revslider.zip” file inside the “Revolution Slider setup Instructions” folder.
Thanks!