Okay
  Public Ticket #1398042
Blog Categories
Closed

Comments

  •  2
    mayinthemaking started the conversation

    Hello, 

    In my website, where the blogs are displayed, for some reason the categories are not centred to the blog square. attached is a screen shot. 


    How can I fix that?

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send a link to your website so we can send you over some CSS to center it.

    Regards

  •  2
    mayinthemaking replied

    Hey, this is my website: http://ht-ip-law.com/

    Thanks in advanced.

  •  9,016
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a, .blog-recent[data-style*="classic_enhanced"] .meta-category a {
        left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team