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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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 2 Guests 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!