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

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 05:29:03 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 203
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 179
  • Total: 179

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!