Reduce top white margin on home page (above slider image)
-
How do i reduce the white top margin (above my slider image and below my logo) on my home page, using CSS code?
The blog I need help with is wovenconcepts.com.
Hi. The white space between the slider and the logo is being controlled by the CSS class .slideshow-window
Currently it the CSS is:
.slideshow-window {
margin-top: -50px;
}
Adjust the margin-top value until you like the way it looks. You will want to keep the margin-top as a negative value. I think a value around -80px will look nice.
Hope this helps!
The topic ‘Reduce top white margin on home page (above slider image)’ is closed to new replies.