Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1208199

    Hi all,

    I would like for the Title and Category name of each of the blog posts in my blog page to align to the left, rather than the center align that is default. Unfortunately there seems to be no setting for this so I was wondering if anyone could help me with the CSS code .Website has been attached below.

    Thanks!

    #1208345

    Hey Dzammit,

    Your link redirected to a login page. Can you add the login credentials as well?

    Best regards,
    Jordan Shannon

    #1208464

    Hi Jordan,

    Apologies, it seems that the url was incorrect. I’ve attached the initially intended link in this message.

    Thanks!

    #1208549

    Hi,

    Thanks. Add this to quick css:

    
    .av-alb-blogposts.template-blog  .blog-categories.minor-meta,
    .av-alb-blogposts.template-blog  .post-title.entry-title {
    text-align:left!important;
    }
    
    .html_elegant-blog .av-vertical-delimiter{
    margin:0!important;
    }

    Best regards,
    Jordan Shannon

    #1209994

    Hi Jordan,

    Works like a charm! Thanks!

    #1210104

    Hi,

    I’m glad this was resolved and I’m happy to have helped. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align Blog Title’ is closed to new replies.