Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12242
    Jodi
    Member

    I am having some spacing issues with the template.

    In the backend of wordpress I have my spacing set to single line spacing. But when i got o my live site the spacing is tripple line spaced.

    How do I fix this.

    Thanks in advance..

    I am using the Catch Everest Version 1.1.5

    #12261
    Sakin
    Keymaster

    @Jodi: I don’t know what you have done in your site. So, send me the URL of the page you have issue with.

    #12285
    Jodi
    Member
    #12289
    Sakin
    Keymaster

    @Jodi: It same like spacing. I don’t see issue with it. Catch Everest theme is designed that way. You can see demo at http://catchthemes.com/demo/catch-everest/

    #12291
    Jodi
    Member

    Thanks!

    So your saying that this theme is set up to apply double line spacing even if i have it set up as single

    Below are some more, the spacing in between the paragraphs are just too wide, too much space. Can I not fix that or adjust it?

    Also the last link is my welcome page, see how the title of the video is far from the video? or the audio at the bottom how are the title is? How do i adjust that?

    http://teamenrichment.com/curtis-ross

    http://teamenrichment.com/home

    #12308
    Sakin
    Keymaster

    @Jodi: It’s not double spacing. It’s the margin that is used for different screen size.

    You can adjust it by reducing the margin and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For screen size 1000px and above */
    @media screen and (min-width: 1000px) {
    p { margin-bottom: 40px; }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing Issues’ is closed to new replies.