• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Extend Sidebar Background Image to Footer Widgets

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Extend Sidebar Background Image to Footer Widgets

This topic is: not resolved

Tagged: Extend Sidebar Background Image, repeat image

  • This topic has 13 replies, 4 voices, and was last updated 10 years, 2 months ago by WisdmLabs.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • May 8, 2013 at 10:37 pm #40031
    johnnychandler
    Member

    Hello I am wanting to extend the sidebar background to fill the space to the footer  widget section and can't figure out a solution.

    Right now I using this css

    .sidebar {
    background-color: #f7f8f9; background: url(images/truck-chrome.png)  repeat;
    display: inline;
    float: right;
    font-size: 14px;
    padding: 0 0 30px;
    width: 340px;
    }

     

    It will only fill to the end of my sidebar content.

     

    Any ideas that might work...

    I would like to still use the same small image and just keep repeating it down the sidebar.

    Any easy solutions?

     

    Thanks Johnny

    http://www.truckingtools.com
    May 9, 2013 at 6:17 pm #40198
    johnnychandler
    Member

    Anyone have an easy solution ?

    May 9, 2013 at 8:02 pm #40211
    dev
    Participant

    `
    #inner {
    background-image: url(images/truck-chrome.png);
    }
    `

    May 9, 2013 at 8:47 pm #40218
    johnnychandler
    Member

    Yeah I tried that but it  it puts in on the whole page.. the image is very small.. and I just  repeat it...  I just want it in the sidebar.....

     

    I know I can make an image in the inner and repeat and it .. but I would have to use a larger image.. I am trying to use the small image  to keep my load time faster...

     

    Thanks Johnny

    May 9, 2013 at 8:55 pm #40220
    dev
    Participant

    `
    .sidebar {
    height: 2200px;
    }
    `

    Probably not the best way... but it should work.

    May 9, 2013 at 10:35 pm #40233
    johnnychandler
    Member

    I tried that but on the pages  with little content looked too tall..  It just didn't look well at all...

    May 9, 2013 at 11:20 pm #40236
    dev
    Participant

    `
    .home #sidebar {
    height: 2200px;
    }
    `

    May 10, 2013 at 7:53 pm #40411
    johnnychandler
    Member

    This worked for my homepage but it still doesn't address the issue with any of the other pages.. Since they are different heights...

    Any other ideas?

     

    Thanks Johnny

    February 17, 2015 at 12:25 pm #141121
    scaramia
    Member

    Hey Johnny,

    Did you ever get an answer to this? I found this solution elsewhere in the Forum,

    .sidebar {padding-bottom 9500px; margin-bottom: -9500px; overflow: hidden;}

    but it extends the background below the footer: http://factsandlogic.org/new/speakout/

    I can make it work on a page-by-page basis: http://factsandlogic.org/new/pr-for-israel/

    Any other ideas how to do this?

    Thanks!

    February 17, 2015 at 12:58 pm #141124
    WisdmLabs
    Member

    Hi,
    Referring http://www.truckingtools.com existing code, just add the following CSS in style.css

    
    /*Line No. 641*/
    #content-sidebar-wrap {
         float: left;
         width: 100%;
         position: relative; /*Added*/
    }
    
    /*Line No. 1187*/
    .sidebar {
         background-color: #f7f8f9;
         background: url(images/truck-chrome.png) repeat;
         display: inline;
         float: right;
         font-size: 14px;
         padding: 20px 0 30px;
         width: 340px;
         position: absolute; /*Added*/
         height: 100%; /*Added*/
    }

    http://wisdmlabs.com/

    February 17, 2015 at 2:00 pm #141133
    scaramia
    Member

    That works beautifully for truckingtools.com!

    But I can't quite see where to put those styles in these sites:

    In Avada. http://factsandlogic.org/new/archive.

    or Genesis / Lifestyle Pro: http://theberkeleyperformingarts.org/about/

    Thanks for any help WisdmLabs!

    February 18, 2015 at 11:26 pm #141274
    WisdmLabs
    Member

    For Avada http://factsandlogic.org/new/archive, add the following CSS:

    div#sidebar {
         position: absolute;
         height: 100%;
         right: 0;
    }
    .avada-row {
         position: relative;
    }

    For Lifestyle Pro - http://theberkeleyperformingarts.org/about/, add the following CSS:

    .content-sidebar-wrap {
         position: relative;
    }
    .content-sidebar-wrap:before {
         content: '';
         display: table;
    }
    .content-sidebar-wrap:after {
         content: '';
         display: table;
         clear: both;
    }
    .sidebar {
         background-image: url('http://theberkeleyperformingarts.org/wp-content/uploads/sidebar_bg.gif');
         position: absolute;
         height: 100%;
         right: 0;
    }

    And remove the background-image from individual widgets.


    http://wisdmlabs.com/

    February 19, 2015 at 4:11 pm #141374
    scaramia
    Member

    You are amazing. Thank you!!!!

    February 20, 2015 at 11:16 am #141480
    WisdmLabs
    Member

    Welcome!!!


    http://wisdmlabs.com/

  • Author
    Posts
Viewing 14 posts - 1 through 14 (of 14 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble