Stock Curve - Can't Seem to Find the Padding Stock Curve - Can't Seem to Find the Padding
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Stock Curve - Can't Seem to Find the Padding

Started by Fabrian, August 21, 2011, 11:54:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fabrian

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?


lurkalot

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.
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

Fabrian

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!