Jump to content

A little help


GoNode5

Recommended Posts

Need a bit of help fixing the spacing on my website 

 

I'm trying to decrease the spacing between these two sections 

 

HgcIMYh.png

 

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

 

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;
}

 

K8BQwAL.png

 

How can I get maybe an inch or so here?

Edited by Omnificent
Link to comment
Share on other sites

Worked perfect thank you man but also there is no room under the products now how can I fix that? 

 

K8BQwAL.png

 

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

 

ckEeJri.png

Edited by Chris
Link to comment
Share on other sites

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

 

ckEeJri.png

 

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 by Omnificent
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...