Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Center header-content Reply To: Center header-content

#248412
Shikkediel
Participant

It (and possibly other style rules) can be nested inside the media query:

@media screen and (min-width: 1100px) {
#site-branding, #menu-menu {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
}