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
  #4  
Old 03-30-2010, 09:11 AM
Maz Maz is offline
Registered User
Pro Plus Member
 
Join Date: Jan 2010
Location: UK
Posts: 93
Default

I managed to do it the following way

First I added the word 'newsletter' to this line in the sidebar.php

PHP Code:
<li id="enews" class="widget newsletter"
Then I added this to stylesheet under sidebar.widget

PHP Code:
#sidebar .newsletter {
    
background:url("images/enews.jpg"no-repeat scroll center center transparent;
    
height:151px;
    
padding:2px;
    
width:316px;
    } 
and had it refer to the image I wanted and obviously to the dimensions I wanted.

I then removed '
PHP Code:
<h4><?php _e("eNews &amp; Updates"'studiopress'); ?></h4>
' from the sidebar.php to get rid of the header at the top

then

PHP Code:
<p>
                        <?php _e("Sign up to receive breaking news"'studiopress'); ?><br />
                        <?php _e("as well as receive other site updates"'studiopress'); ?>!
                    </p>
To get ride of the writing in the middle, I also amended the subscribe section on the stylesheet to get rid of any background so my image was fully visible.

PHP Code:
#subscribe {
backgroundtransparent;
floatleft;
width300px;
margin0px 0px 10px 0px;
padding0px;

After that I just added a margin to the subbox and to get it to sit at the bottom and defined the width I wanted it to be.
 

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
Enews widget image alignment problem dorothybee General Discussion 3 02-21-2010 02:27 PM
Adding Image And eNews Updates pickemwise General Discussion 3 12-06-2009 08:07 PM
Adding Widget above enews and updates? brightfire General Discussion 3 12-05-2009 12:13 PM


All times are GMT -5. The time now is 06:37 AM.

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