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 -- and this forum will be removed on July 1st, 2013.

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
  #3  
Old 01-12-2009, 11:11 AM
Brian Gardner's Avatar
Brian Gardner Brian Gardner is offline
Administrator
 
Join Date: Sep 2008
Location: Chicago, IL
Posts: 5,360
Default Re: Enews icon

First look for this code in the theme's css:

.newsletter {
background: #FFFFFF url(images/newsletter.gif) top no-repeat;
float: left;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #DDDDDD;
}

Delete the background url so it looks like this:

background: #FFFFFF;

Then find this:

#sidebar p {
margin: 0px;
padding: 0px 0px 0px 45px;
}

And change it to this:

#sidebar p {
margin: 0px;
padding: 0px 0px 0px 0px;
}
 

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
RSS Icon Instead of Enews Box wanderer General Discussion 4 05-09-2010 03:27 PM
ENews and Updates RSS Icon webatomic General Discussion 2 07-12-2009 01:30 AM
Enews&Updates Icon filipezo General Discussion 3 06-19-2009 09:02 AM
Color of Enews icon mikeoh General Discussion 3 01-26-2009 09:28 AM


All times are GMT -5. The time now is 05:52 PM.

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