Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #276458

    Hi,
    Two quick questions:
    1. Could you please tell me how to fix the messy spacing around the quote marks around “hi” in the heading above my contact form (link included below)?
    2. My favicon appears very muted, perhaps 50% of actual color or opacity? Any suggestions why?
    Thanks.

    #276501

    Hi Trevor!

    1. Try adding this to the Quick CSS:

    span.special_amp {
        margin: 0 5px;
    }

    2. The favicon looks fine, at least on my end:

    Cheers!
    Josue

    #276511

    Thanks Josue. That’s a little better, but ideally I would prefer much less space between “say” and the open quote and less space after “hi,” before the closed quote.

    #276514

    Hey!

    Seems you already adjusted it to 3px, you can also target them individually, with this:

    span.special_amp:nth-of-type(1) { 
       margin: 0 10px;
    }
    span.special_amp:nth-of-type(2) {
       margin: 0 20px;
    }
    

    Best regards,
    Josue

    #276518

    Perfect. Thanks very much.

    #276523

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Messy text spacing’ is closed to new replies.