Tagged: 

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

    Theme Enfold: My post, while showing as a single post inside Content Element: Blog Posts (single author big preview pict..) is completely centered (picture, heading, text). I would like to have it all left aligned, as it is inside e.g. Post Slider. What do I need to change? Thnx!

    #284368

    Hi videogame!

    Thank you for using the theme!

    Do you mind if we take a look at one of the single post page? Do you have a sidebar there?

    Regards,
    Ismael

    #284437
    This reply has been marked as private.
    #284567

    Hey!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    top .fullsize .template-blog .post-title {
    text-align: left;
    }
    
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    margin-left: 0;
    margin-right: 0;
    }

    Regards,
    Ismael

    #284657
    This reply has been marked as private.
    #284723
    This reply has been marked as private.
    #284950

    Hi!

    Glad it is working. Sometimes you need to wait a few minutes before the css takes effect. You can press CTRL+F5 to hard refresh the page and load it from scratch. If you still have questions, let us know.

    Regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Post alignment inside Blog Post Content Element’ is closed to new replies.