• Hello.

    Sorry if I’m posting this in the wrong place.

    I am brand new to self-hosted WordPress sites, and I know very little about CSS, so I apologize in advance if my question is stupid, or if it has already been answered a million times elsewhere. I did try to search the forums for an answer, but I couldn’t find anything (or maybe I wasn’t looking in the right place, or using the right terminology).

    Anyway, I am using the free Lodestar theme, and the site title and tagline are right in the middle of the featured image I chose. I would like to move them to the left, but I don’t know how. I did try tweaking the CSS after googling instructions, but nothing changed so I changed the CSS back to what it was originally.

    Also, on an unrelated note, before I even touched the CSS, there was a message at the bottom of the CSS stylesheet telling me that there were 5 errors I would need to fix before updating the CSS. How is this possible? I hadn’t edited the CSS at all at this point.

    My blog is salomemassage.ch, but I have “construction mode” enabled, so you won’t be able to see what’s up there.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, not being able to see your site, I can’t tell how far you want things moved to the left. You can start with this.

    @media screen and (min-width: 60em) {
      .site-branding {
        justify-content: left;
        text-align: left;
      }
      .custom-header-image {
        padding-left: 0;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Left Align site title and tagline’ is closed to new replies.