Recent Topics

1 Jun 16, 2014 18:53    

I'm updating my CSS file in a custom Asevo skin. I can't find a way to let the column width for the main text area adjust - seems to be a fixed width. Any help on where to find that division or make it fluid?

2 Jun 16, 2014 20:28

Found the issue- I had an iframe for a video in a post. Added this CSS if it helps anyone....

@media screen and (max-width: 640px) 
{
img {max-width: 100%;}
iframe {max-width: 100%;}
}


Form is loading...