Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #28412
    Benedikt
    Member

    Hi

    I’ve been using Catch Evolution Pro Theme for about a month now (not yet without the slider function), and I’m very happy with it except for one thing:
    I would like to reduce the space between two prargraphs of text. And I can’t find the proper setting in the css…
    Same problem in text widgets in the right column, by the way (blogroll).

    Blog ist http://www.zpoblog.de

    Any help would be fantastic.

    Benedikt

    #28481
    Sakin
    Keymaster

    @Benedikt: You can edit the margin bottom on the following css and add it in in “Appearance => Theme Options => Custom CSS” box.
    p { margin-bottom: 15px; }

    If you blogroll text widget in your sidebar. You have code as following.

    <p><a target="_blank" href="http://www.lawblog.de/">law­blog </a><br>
    <br><a target="_blank" href="http://blog.strafrecht.jurion.de/"><span class="caps">JURION</span> Straf­recht Blog </a><br>
    <br><a target="_blank" href="http://www.internet-law.de/">Internet-Law</a><br>
    <br> <a target="_blank" href="http://blog.delegibus.com/">De legi­bus Blog</a><br></p>

    You can remove <p> and double <br> tags and will be as

    <a target="_blank" href="http://www.lawblog.de/">law­blog </a><br>
    <a target="_blank" href="http://blog.strafrecht.jurion.de/"><span class="caps">JURION</span> Straf­recht Blog </a><br>
    <a target="_blank" href="http://www.internet-law.de/">Internet-Law</a><br>
    <a target="_blank" href="http://blog.delegibus.com/">De legi­bus Blog</a>
    #28503
    Benedikt
    Member

    @Sakin,

    works perfectly fine, thank you very much.

    Just one more thing: I’ve been adding some pictures to the posts during the day. And I can’t see them if I switch to the”Full Content Display” Layout. Any ideas why?

    Thanks again for your help

    Benedikt

    #28582
    Sakin
    Keymaster

    @Benedikt: Sorry not sure that you mean. Can you explain please with screenshot or the url to the post that you are talking about.

    #28638
    Benedikt
    Member

    @Sakin: URL would be http://www.zpoblog.de (German civil procedure stuff).

    I added a picture to all of the three posts from yesterday (and even linked the picture to the respective post), yet the pictures do not appear when I go to Theme Options => Layout Options and then to “Full content display”. They do appear though, if I use the other display option (called “Kurzzusammenfassung” in German, not sure how to translate that…)

    I’d like to add a screenshot but I can’t in this forum, I’m afraid…

    Thanks again
    Benedikt

    #28728
    Sakin
    Keymaster

    @Benedikt: For screenshot, you need to upload in your site or any photo sharing site and add in url here.

    I see the issues here. You have choose “Full Content Display” from Theme Options panel. But then in your post you have split the post content using more tag. So, in the homepage, it will only show the post content before more tag. See this for more about More Tag http://en.support.wordpress.com/splitting-content/more-tag/

    #38678
    Benedikt
    Member

    Hi Sakin,

    I finally solved the pictures issue, thanx a lot for your support.

    Yet there ist one (and I hope the last) question concerning the pictures on my blog (url as above, http://www.zpoblog.de):
    The description under the pictures (copyright) always begins with quite a long horizontal line. And the font differs from the text font. Doesn’t look that well…

    So, is there a way to remove the “line”? (And maybe even change the font?)

    Or, even better: Is there a way, to add the copyright information to the “bottom line” of the article, i.e. behind the category, the tags and the “Leave a reply” (“Hinterlasse eine Antwort” in German)?

    Thanks a lot in advance

    Benedikt

    #38708
    Sakin
    Keymaster

    Hi Benedikt,

    For image with caption, you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .wp-caption .wp-caption-text, .gallery-caption {
        font-family: Arial, Helvetica, sans-serif;
    }
    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
        padding-left: 8px;
    }

    Regards,
    Sakin

    #38758
    Benedikt
    Member

    Hi Sakin,

    works perfectly fine. What an amazing support!

    Thx a lot
    Benedikt

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Reducing space under paragraphs’ is closed to new replies.