Shoal Summit Solutions › Forums › MSTW Team Rosters Plugin › Mobile display › Reply To: Mobile display
March 5, 2015 at 1:20 pm
#2566
Okay, thanks for the screenshot. Now I see what you mean. Try added the following rule to your theme’s stylesheet:
div.entry_fullwidthpage {
overflow: scroll; //or overflow: hidden you're call
}
There’s actually a number of places you could put this rule, but I think you’ll get the idea.
Let me know.
-Mark