Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: by designer on February 09, 2009, 04:57:42 PM

Title: Simple v2
Post by: by designer on February 09, 2009, 04:57:42 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1369)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1369/image,thumb)

Demo (http://miniforum.site88.net/derunismf2/index.php?theme=6)
Title: Re: Simple v2
Post by: bycn* on February 09, 2009, 05:08:13 PM
Nice Theme :)
Title: Re: Simple v2
Post by: Apllicmz on February 09, 2009, 07:54:24 PM
Nice
themes good work
Title: Re: Simple v2
Post by: Bancherd on February 10, 2009, 03:23:52 AM
Nice!  I may have too many buttons, to the point that the logout-button wrapped to the next line.  :P

How do I avoid this problem?  I presume that I have to edit the css-file?
Title: Re: Simple v2
Post by: by designer on February 10, 2009, 06:32:06 AM
Thanks.

   
Very very low resolution and is a problem so much when the button.

However, we can resolve this as follows,


Style.css file in

#styletwo ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 20px 0 20px;height:20px;}

   
and the change


#styletwo ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 10px 0 10px;height:20px;}

   
If this is not enough data in the code even further reduce the value lower. 
Title: Re: Simple v2
Post by: Bancherd on February 12, 2009, 02:43:38 AM
QuoteIf this is not enough data in the code even further reduce the value lower.

That did the trick!  Thanks.  :D