Archived topic
Trying to remove a blank line at the top of my content
4 replies · Started by Stephen Liff-Anderson on March 26, 2015
Hi Tim,
I have some pages where the content begin with a full width image.
I've set all the element spacing to 0, but there is still a blank white space/line above this image, directly below the navigation menu. (See this in http://www.ionpos.com )
I also see this space/line when I'm in the content edit window, but there doesn't seem to be any way to delete it.
Is there a way to alter some of the css to remove this space/line?
Thanks,
Stephen
Turns out the blank space toggles between white and the blue background color, depending on whether I set Content Layout as "Separate Containers" or "One Container". Still want to get rid of this blank space...
Thanks!
Hi there,
Give this CSS a try:
.home .entry-content {
margin-top: 0;
}
Worked great! I used Custom CSS to install.
Thanks :-)
No problem :)