Command line tool to quickly generate file structure for new Backdrop CMS custom module
I believe that there is a drush command that automatically creates the files structure and template for a new custom module. Do we have anything like that for Backdrop with either drush or Bee?
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
thanks yorkshirepudding, i used the CSS Injector option with this code and it works
.views-table caption {
font-weight: bold;
color: blue;
font-size: 26px;
}
@Ian
Spotted the issue:
Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L)
Try:
@media (min-width: 75em) {
div.l-wrapper-inner.container....
Posted13 hours 26 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
@yorkshirepudding
Yes I did flush the caches :)
I've also used Firefox to inspect the element - which is where I get the
"div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
Comments
Not in Bee, but there is:
The first is the original template we setup. The second is a duplicate that was setup when we forgot the first existed 😊
Not sure which is more up-to-date/relevent...
UPDATE: Have created this issue to clean up/consolidate the template repos: https://github.com/backdrop/backdrop-issues/issues/5637