I can’t share the page link because the information on it is not to be seen by the public yet. I figured it out.
I have Style: None in the settings. In my site’s child theme I have changed the CSS to this:
.collapseomatic {
color:#02baff; /* Blue */
font-family: 'Raleway', sans-serif;
font-weight:300!important;
font-size:26px!important;
line-height:1.2em!important;
padding-top:20px;
padding-bottom:20px;
border-top:1px solid #0064a6; /* Dark Blue */
background-image:url(images/Sign_Plus.png);
background-repeat:no-repeat;
background-position:right center;
cursor:pointer;
}
.colomat-close {
background-image:url(images/Sign_Minus.png);
background-repeat:no-repeat;
background-position:right center;
}
I just added “cursor:pointer;” to my CSS and now the mobile works.