Hi, Nick,
Thank you for getting back with me so quickly. Percentage didn't work. Here's what did.
In WPTouch, I created a custom css file. In it, I copied and pasted the HTML style sheet from Social Author Bio's Advanced tab. I changed the width tag from these styles:
#author-bio-box {
float:left;
width: 550px;
background: #%bgcolor%;
border: 1px solid #bbb;
padding: 5px;
clear: both;
}
and
.bio-socials {
border-top:solid 1px;
border-bottom:none;
border-left:none;
border-right:none;
width: 530px;
height: 32px;
clear: both;
}
from a pixel amount to "auto."
That did the trick. I hope this helps other WPTouch users.
=M=