TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 08:27:40 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 77
  • Total: 77

Minor Coral themes, Blog issue

Started by Maxx1, November 02, 2012, 02:12:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Maxx1

if you have an overflow issue with the Coral themes, Blog posts, open the blog.css and look for the following:


#forumposts .windowbg, #forumposts .windowbg2 {
    color: #999999;
    margin: 0 3em;
    padding: 0.5em;
}



replace with:


#forumposts .windowbg, #forumposts .windowbg2 {
    color: #999999;
    margin: 0 3em;
    overflow: hidden;      <!-- add this -->
    padding: 0.5em;
}


minor issue causing moderator buttons out of  alignment and to the right side!

regards,
Maxx
But Mama, That's Where all the fun is!