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 09-13-2011, 01:26 AM
andoverit's Avatar
andoverit andoverit is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Location: Andover, Hampshire, UK
Posts: 214
Default Styling Individual Widgets

I need to style a series of widgets on a site so that they have a background image and text over the top. I have set them up but not sure where I am going wrong.

The example I am using is the About Us page as I can then (I think) sort the other pages out.

  1. The background image is called "home-lower.jpg" and is located in (root)/images folder.
  2. I've created a new full width sidebar called "header-lower-about" which sits just above the content.
  3. The sidebar contains a text widget (text-25) so that the client call update the content as and when they want.

Each page has a seperate full width sidebar (eg. "header-lower-services" for the Services page) with a text widget so the client can update them. There may be a better way but this seems to be working okay apart from the styling.

The CSS code I am using for the "header-lower-about" sidebar is:

Code:
/* Header Lower About
------------------------------------------------------------ */

#header-lower-about #text-25 .textwidget {
    background-image: url(../../../images/header-lower.jpg)
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    padding: 0;
    width: 960px;
}

#header-lower-about .wrap {
    overflow: hidden;
    padding: 30px 25px 5px;
}

#header-lower-about p {
    padding: 0 0 15px;
}

.header-lower-about {
    float: left;
    padding: 0;
    width: 935px;
}
I am sure I am missing something obvious, but can't see what it is.

The site is using a JF3 plugin so to access the site you need to click here.
__________________
Websites, SEO and hosting by Andover IT
 

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
Styling Individual Widgets cmalamed General Discussion 2 11-01-2009 12:01 PM


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

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