Reply To: Mobile display

Shoal Summit Solutions Forums MSTW Team Rosters Plugin Mobile display Reply To: Mobile display

#2566
Mark
Keymaster

    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