coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Fabrian on August 21, 2011, 11:54:32 PM

Title: Stock Curve - Can't Seem to Find the Padding
Post by: Fabrian on August 21, 2011, 11:54:32 PM
I've got only one more modification left that I'd like to make, and that's the rather large empty space between the menu and the next block - in this case is the unfinished Welcome message.

I've looked and looked, used firebug and the like to try and track down where the padding entry is, but I can't seem to find it.  Anyone know where it is?

Title: Re: Stock Curve - Can't Seem to Find the Padding
Post by: lurkalot on August 22, 2011, 12:33:38 AM
I think it's, style.css

Find

.menuheight {      /* IE7 */
    width: 1px;    /* IE7 */
    height: 95px;


change the height to 55px or to what ever you like.
Title: Re: Re: Stock Curve - Can't Seem to Find the Padding
Post by: Fabrian on August 22, 2011, 01:14:06 AM
Quote from: lurkalot on August 22, 2011, 12:33:38 AM
I think it's, style.css

Find

.menuheight {      /* IE7 */
    width: 1px;    /* IE7 */
    height: 95px;


change the height to 55px or to what ever you like.

That's the one, thanks!