GoNode5 Posted October 1, 2016 Share Posted October 1, 2016 Need a bit of help fixing the spacing on my website I'm trying to decrease the spacing between these two sections The big green space in the middle of the photo I've been trying to find the code to change it for the past hour. I would just ask Dex but he is not online at the moment any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
Chris Posted October 1, 2016 Share Posted October 1, 2016 (edited) style type -> padding-top idk Edited October 1, 2016 by Chris 1 Link to comment Share on other sites More sharing options...
GoNode5 Posted October 1, 2016 Author Share Posted October 1, 2016 style type -> padding-top idk Didn't work. Link to comment Share on other sites More sharing options...
Chris Posted October 1, 2016 Share Posted October 1, 2016 (edited) Didn't work. Is this how you wanted it? its as close as I could get it .top-bottom-padding80 { 'remove the '-'' site thinks its advertising. padding-top: 0px; padding-bottom: 80px; } Edited October 1, 2016 by Chris Link to comment Share on other sites More sharing options...
GoNode5 Posted October 1, 2016 Author Share Posted October 1, 2016 Is this how you wanted it? its as close as I could get it Yep that is better than it is now how did you do that? Link to comment Share on other sites More sharing options...
Chris Posted October 1, 2016 Share Posted October 1, 2016 Yep that is better than it is now how did you do that? In your css sheet change line 129 to .top-bottompadding80 { "remove the '-'" padding-top: 0px; padding-bottom: 80px; } 1 Link to comment Share on other sites More sharing options...
GoNode5 Posted October 1, 2016 Author Share Posted October 1, 2016 (edited) In your css sheet change line 129 to .top-bottompadding80 { "remove the '-'" padding-top: 0px; padding-bottom: 80px; } Worked perfect thank you man but also there is no room under the products now how can I fix that? In your css sheet change line 129 to .top-bottompadding80 { "remove the '-'" padding-top: 0px; padding-bottom: 80px; } How can I get maybe an inch or so here? Edited October 1, 2016 by Omnificent Link to comment Share on other sites More sharing options...
Chris Posted October 1, 2016 Share Posted October 1, 2016 (edited) Worked perfect thank you man but also there is no room under the products now how can I fix that? How can I get maybe an inch or so here? Everything can be handled in your style sheet. Are you using a website builder or doing it yourself? styles.css 294 to .greylines { background-image: url(../images/lines4.jpg); padding-bottom: 10px; } can adjust the padding but 10px gives this Edited October 1, 2016 by Chris Link to comment Share on other sites More sharing options...
GoNode5 Posted October 1, 2016 Author Share Posted October 1, 2016 (edited) Everything can be handled in your style sheet. Are you using a website builder or doing it yourself? styles.css 294 to .greylines { background-image: url(../images/lines4.jpg); padding-bottom: 10px; } can adjust the padding but 10px gives this Thanks man its perfect now your amazing many blessings dude. Also I'm editing it on my own just working out some flaws and making things the way I like it. Edited October 1, 2016 by Omnificent Link to comment Share on other sites More sharing options...