• Support
  • Forum customization, hero etc

  • [deleted]

  • Edited

Justoverclock it's not responsive because the CSS tells it not to be, and the image you have only occupies the right hand side of the screen but is at 1920px wide.

Remove

 background-position: 10% 14%;

Replace with

background-position: right;
    • [deleted]

    Braden if you look at the image provided by @Justoverclock you'll see that it's mostly white space with a pattern on the right. It doesn't cover the hero in the same way as your image would and does, so the CSS change is required.

    The positioning percentages specified denote what part of the image is shown - in other words, this particular line allows you to target a specific part of the image. It's an old trick used in limited height elements.

      [deleted] Bro you are good at customization i see it . Theres something we missed . once adding a hero img, even topic titles open on the same img which is correct, but the topic tittles font (need to be increased) the
      ()h2.Hero-title, .Hero-subtitle) now for topic title

      maybe also add a bold font-weight: bold;
      lets try a tittle , with one - three letters different colors

        Braden @[deleted] mentioned it above:

        h2.Hero-title, .Hero-subtitle {
            font-family: Arial;
        font-weight: 800;
        color:red;
        }

        Add lines and your stiles. If so, split Hero-title, .Hero-subtitle, to have effect on each.

          Braden not work 🙁

          it works like this:

          .Hero {
          background: url(url/head.webp);
          background-repeat: no-repeat !important;
          background-size:contain !important;
          background-position:center;
          color:#ffffff;
          
          }

          but if i resize the windows....is broken....so i don't know