Home › Forums › CSS › Need help with margins of Weebly site › Reply To: Need help with margins of Weebly site
February 10, 2015 at 5:01 am
#195454
Member
I’m still working on the white space between the blue section and slideshow.
It’s the bottom margin – see below
Line 12
#nav-wrap .container {
margin-right: 50px;
clear: both;
overflow: hidden;
position: relative;
padding-bottom: 35px;
margin-bottom: 45px; /* remove this */
background: url(theme/theme/saperator.png?1423522112?1423563721) no-repeat bottom left;
}
However, that’s only part of it as you seem to have the same selector twice in the CSS although some of the declarations are different.
Line 67
#nav-wrap .container {
clear: both;
overflow: hidden;
position: relative;
padding-bottom: 35px;
margin-bottom: 40px;
background: url(theme/saperator.png?1423563721) no-repeat bottom left;
}