By fiveflat on
I am using the bluemarine theme and I have only one sidebar. I only want to have a couple links on that sidebar, so I would like to fix that height so it doesn't tile. (The image I want to put in the sidebar cannot tile) Where do I do that?
Comments
...
To stop a CSS background image tiling use
background-repeat: no-repeat;If you want to fix the height just use
height: 150px;or whatever value you want.Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.