x

How do I get rid of space between the top of the footer and the content?

Never mind, I figured it out.

802 Views
Message 1 of 5
Report
1 Best Answer

Best Answer

Sure, I am using this theme called Justin27R that I found on this site because they made it mobile. https://weeblytricks.weebly.com/were-bringing-back-weeblys-old-themes-and-making-them-responsive.htm...

There was a space, see image.

In the main.less file I changed the 4em to 0em.

/* Content */
.content-wrap {
margin: 0 auto;
max-width: 960px;
background: #fff;
position:relative;
margin-bottom:4em;
}

http://www.allfreebielinks.com

image

View Best Answer >

769 Views
Message 6 of 5
Report
4 REPLIES 4
Square

Feel free to share your solution if you have a moment, @lmf33.

781 Views
Message 6 of 5
Report

Best Answer

Sure, I am using this theme called Justin27R that I found on this site because they made it mobile. https://weeblytricks.weebly.com/were-bringing-back-weeblys-old-themes-and-making-them-responsive.htm...

There was a space, see image.

In the main.less file I changed the 4em to 0em.

/* Content */
.content-wrap {
margin: 0 auto;
max-width: 960px;
background: #fff;
position:relative;
margin-bottom:4em;
}

http://www.allfreebielinks.com

image

770 Views
Message 6 of 5
Report
Square

That makes sense. Thanks for sharing!

746 Views
Message 6 of 5
Report

Your welcome Smiley Happy

727 Views
Message 6 of 5
Report