Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #188553

    Hello,

    There is an extra space on the right side of the category in the meta http://kriesi.at/themes/enfold/2013/10/21/the-lone-balloon/ the space between “image” and the / sign is double: how can I get rid of it? I review the loop-author.php file and everything seems to be ok though…

    Thank you in advance.
    Regards,
    Anne-Sophie

    #188554

    Hi Anne-Sophie!

    Can you post the link to your website so we can inspect elements on live website?

    Cheers!
    Yigit

    #188558
    This reply has been marked as private.
    #189563

    Hi!

    Please try to reduce the space with:

    
    #top #wrap_all .blog-categories.minor-meta{ margin-right: -2px; } 
    

    Insert the code into the quick css field.

    Cheers!
    Peter

    #190430

    Hi Dude,

    Thank you, but it doesn’t quite solve the problem, as when several categories are displayed, the comma is overlaping the text. I’ve been looking into the loop-index.php but it looks fine to me…

    if(!empty($cats))
    {
    echo ‘<span class=”blog-categories minor-meta”>’.__(‘in’,’avia_framework’).” “;
    echo $cats;
    echo ‘</span><span class=”text-sep text-sep-cat”>•</span>’;
    }

    Any help with this will be very welcome!
    Best regards,

    Anne-Sophie

    #190796

    Hi,

    Try adding this code to the Quick CSS:

    .post-meta-infos .text-sep.text-sep-cat {
        padding-left: 2px;
    }

    Regards,
    Josue

    #190888

    Awesome, thank you!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Extra space in category meta’ is closed to new replies.