Link to home
Start Free TrialLog in
Avatar of Donnie Walker
Donnie WalkerFlag for United States of America

asked on

How do I increase this margin?

I have a site here:

http://hoosier.fireandrainhosting.com/production-capabilities

and I need to increase the left margin of the light green right side box so it matches the margin at the top of the green right side box.

Any help would be appreciated.
Avatar of Tony van Schaik
Tony van Schaik
Flag of Netherlands image

Just remove the margin-right in your template.css stylesheet:

.header_right {
	float:right;
	width:740px;
        margin-right:46px; /* remove this line */
}

Open in new window


And it should work
Avatar of Donnie Walker

ASKER

I commented it out and nothing changed.
You do mean the customer service bar? Or did you mean an other element on the website. Otherwise can you give me a screenshot with which box you mean?
I need the left side of the light green box to have the same margin as the top of the light green box.

The screenshot shows the area with a red box around it.
margin.png
ASKER CERTIFIED SOLUTION
Avatar of Donnie Walker
Donnie Walker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Figured it out myself.