Quote:
Originally Posted by RichieBoy67
Hello all,
I am trying to remove some extra spacing. The first one is part of the welcome box element. It is the large empty light grey space I want to remove.

|
This controls the background, I believe you are trying to eliminate.
Code:
.welcomeBoxRight {
background: url("images/styles/scarydark/style/welcomeRight.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
padding: 10px 0 0;
}
Add this to the bottom of your CSS to confirm.
Code:
.welcomeBoxRight { background: yellow !important; }
Is that the right area?