Align text fail: How can I move this text away from flush left?

  • Unknown's avatar

    On the homepage of allisonlaw.com, you will see that the 1.877 # needs to be spaced away from the name, preferably near the search box on the right. I have tried using text align commands, but that isn’t working. I cannot edit the base HTML, so I believe I have to make it happen in CSS. Please help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, it seems that you have gotten this taken care of by using non-breaking spaces between them. I would actually suggest taking all of those out and then add the following CSS.

    #site-title a:after {
        content: "1.877.626.3501";
        display: inline;
        margin-left: 300px;
    }
  • The topic ‘Align text fail: How can I move this text away from flush left?’ is closed to new replies.