Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859991

    highlandadventures
    Participant

    hi…how can i increase the spacing between words… see http://kb.machupicchu.com/peru-travel/how-to-book/

    page first line: Booking a Machu Picchu Tour

    want more space in between each word (or letters). whatever works…thanks.

    #860061

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can use either of these CSS snippets. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page-id-1662 h2.h-custom-headline.h3 
    span {
        word-spacing: 10px;
    }

    or

    .page-id-1662 h2.h-custom-headline.h3 
    span {
        letter-spacing: 2px;
    }

    Note, just change the values as you see fit.

    Hope this helps – thanks!