TinyPortal

Themes. => Bloc Themes (free) => Topic started by: Maxx1 on November 02, 2012, 02:12:48 PM

Title: Minor Coral themes, Blog issue
Post by: Maxx1 on November 02, 2012, 02:12:48 PM
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