Archived topic
Separate background widget in left / right sidebar
3 replies · Started by Stefan Finkensieper on September 20, 2014
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...
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.
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/
perfect - fixed
Thanks!