Tagged: 

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

    Okay, so I lied about the previous question being my last (sorry).

    I am really happy with how my blog list looks at the moment: http://decentdesign.co.uk/new/blog/

    Is there any way that I can make single blog posts look the same? If so I will add a “read more” and make the titles back into links. By default the single blog post is centered which looks weird on this site.

    #581071

    Hey jimjiber!

    not sure what you mean. Both single blog posts on your blog do look the same for me. Can you explain further what you are trying to achieve please?

    Best regards,
    Andy

    #581079

    If you go the list of blog posts, everything is left-aligned and near the left of the screen:

    http://decentdesign.co.uk/new/blog/

    If you click on a post title in the list, you get to the individual blog post, which is centered and kind of different!

    http://decentdesign.co.uk/new/2016/02/09/amazing-shiny-things/

    #581082

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .entry-content-header * {
        text-align: left!important;
    }

    P.S.: Loved your website!

    Cheers!
    Yigit

    #581089

    Thanks Yigit (and thanks for the compliment!)

    That’s almost it but the whole thing is still not as far left as the blog list. I assume it is a margin or padding issue and will have a go at fixing it now…

    #581100

    Okay, I managed to fix that – yay!

    Now the only weird thing is the single blog post is 600px wide and everything else on the site is 700px. I will sort this out… Expect to hear from me in a while if I am struggling!

    #581102

    Hi!

    If you need further assistance form us, please post a screenshot as well and show the changes you would like to make :)

    Edit: Please add following code to Quick CSS

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 700px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    • This reply was modified 8 years, 9 months ago by Yigit.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.