Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200566
    tpienonen
    Participant

    Hi,

    For some reason, all our blog articles’ subject lines have an empty space that appears automatically on every blog article.

    See for example here how all subject lines are misaligned:

    Blogi

    Or an example of an individual blog article, where you can see the unwanted space in front of the article

    CT Hämeenlinnan syksy

    Changing the stack doesn’t help.

    I’ve only added this custom CSS code:

    .single-post .entry-featured {
    width: 50%;
    margin: 10 auto;
    }

    This space doesn’t appear on portfolio pages subject lines.

    URL: http://www.crazytown.fi
    Wordpress version: 4.6
    X theme version: 4.6.1.
    Renew stack

    best,
    Toni

    #1200654
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .entry-title:before {
        display: none;
    }

    Hope it helps 🙂

    #1200659
    tpienonen
    Participant

    Thanks! It worked. 🙂

    #1200679
    Rahul
    Moderator

    Glad that worked for you.

    If you have anything further to ask, let us know. We’d be happy to assist you with anything.

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1200566 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>