1 reply [Last post]
convent
convent's picture
Offline
newbie
Last seen: 8 years 44 weeks ago
Timezone: GMT-4
Joined: 2014-07-24
Posts: 1
Points: 2

i wanted my weebly blog to have 2 columns and i think this i did it fine.
but the problem is i want to put a gap between, but my padding does not work. what should i do?

please help me!

/*this is what i add*/
 
div.blog-post{
	width: 48%;
	float: left;
	clear: none;
	padding 0 50px;
}
 
div#wsite-content {
	width: 700px;
	}
 
/*this is original css*/
 
 
.blog-sidebar-separator {
	padding-right: 0;
}
 
.blog-sidebar h2 {
	font-size: 24px;
	padding-top: 0;
	padding-bottom: 0;
}
 
#main-wrap .blog-title a {
	color: #494442;
}

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 3 weeks 3 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

Hi convent, We really need to

Hi convent,
We really need to see the markup as well.
Have you tried margin?