[Resolved] Separate background widget in left / right sidebar

Home Forums Support [Resolved] Separate background widget in left / right sidebar

Home Forums Support Separate background widget in left / right sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32151
    Stefan Finkensieper

    Hi Support,

    I’m searching for a css methode to change the background in left sidebar (adress).
    Should be different to right sidebar….

    I am working with Royal custom css to change per individual page:
    .sidebar .widget {
    background-image: url(“http://www.praxisklinik-haar.de/wp-content/uploads/2014/09/Dr.-Dinse.jpg”);
    background-repeat: no-repeat;
    background-size: 100% auto;
    }
    Thanks for response…

    #32152
    Stefan Finkensieper

    please see: http://www.praxisklinik-haar.de/dr-christian-dinse/

    Also would be nice to know if there is a possobility to fix the height (css) of the left and middle sidebar. All areas should be the same heigt.
    Thanks.

    #32165
    Tom
    Lead Developer
    Lead Developer

    You can target the left sidebar with this:

    
    .sidebar .inside-left-sidebar .widget {
    
    }

    For the equal height columns, you can try giving this a try: http://www.generatepress.com/forums/topic/equal-length-columns/

    #32186
    Stefan Finkensieper

    perfect – fixed

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.