This content has been marked as final.
Show 3 replies
-
1. Re: Text gets cut off on responsive - my CSS not working?
Ben Pleysier Nov 21, 2014 4:38 PM (in response to Deaf Mike)The online version does not reflect what you have shown here.
If you want our assistance, please update the online version.
-
2. Re: Text gets cut off on responsive - my CSS not working?
Deaf Mike Nov 22, 2014 2:24 AM (in response to Deaf Mike)Ben - so sorry about that. I forgot to turn back on the version you need to see. It's on now...
-
3. Re: Text gets cut off on responsive - my CSS not working?
Deaf Mike Nov 25, 2014 3:51 AM (in response to Deaf Mike)Just in case other forum users find this post, I figured this out on my own and wanted to post the reply. I changed the percentage of the width to a smaller amount and it worked:
#sidebar-news {
float: none;
width: 90%;
}




