StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-14-2008, 09:22 AM
comander1987 comander1987 is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 30
Default advert block help

How do i provide a little bit spacing for the advert block just like http://www.revolutiontwo.com/demo/elements.html
i tried of alot of ways but still cant , have a look at http://www.healthblogtips.com

original elements script on elements script
Code:
#advertblock {
background:url(images/content.png) repeat;
width:278px;
margin:0px 0px 12px 0px;
padding:10px 0px 2px 12px;
float:left;
}

#advertblock h3 {
margin-bottom:10px;
}

#advertblock img {
margin:0px 9px 8px 0px;
border:1px solid #3B352C;
width: 125px;
height: 125px;
}
"div class=video" in lifestyle theme
Code:
.video {
	background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
I basically copied the advertblock script from elements and modified a bit to suit just like lifestyle sidebar.

in the (style.css), i just add
Code:
#advertblock {
background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
width:300px;
margin:0px 0px 10px 0px;
padding: 10px;
border: 1px solid #DDDDDD;
float:left;
}

#advertblock h3 {
margin-bottom:10px;
}

#advertblock img {
margin:0px 9px 8px 0px;
border:1px solid #3B352C;
width: 125px;
height: 125px;
}
and than in the (sidebar.php) i added
i tried to do provide a margin : 10px so that the image would not be so near each other but it doesnt work. Did i do anything wrong ?
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ad Block Homepage and Ad Block Post Question sharonbolt General Discussion 1 03-24-2010 07:19 AM
advert block code markpark General Discussion 3 09-17-2009 07:54 AM
Advert link ImKoyube General Discussion 2 07-06-2009 02:08 PM
Advert Link owmadmin General Discussion 5 01-06-2009 09:11 AM


All times are GMT -5. The time now is 03:19 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.