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

    Hello.

    I was kind of happy with my website, then I tried a few different themes because there was something annoying me (I can’t actually remember what!). Then I realised all the Portfolio items were not carried across from Enfold to any other theme, so I decided to go back to Enfold!

    Anyway, I have got the site back almost as I want it. However, I simply cannot figure out how to style the blog! Where are the options?

    The text on my blog posts seems to be styled differently to the rest of my site. Plus the blog is centered and I want it all aligned left. Surely that should be really simple to do but it is driving me insane.

    Please help before my brain explodes…

    #748246

    Hey jimjiber,

    You can control the blog under Enfold->Blog Layout, please have a look there.

    Best regards,
    Rikard

    #748367

    Thanks

    But it doesn’t give me control over simple things, like aligning the text left.

    That looks right on a small screen, but in a bigger browser window it shifts over to the right. Also, when you click on a single blog post it is displayed centered and fully-justified – i haven’t set it to do this anywhere. Also the fonts are not quite the same as on rest of site.

    Does this all need to be done in Custom CSS?

    #750342

    Hey!

    If you need some custom styling modification for the blog, use the Quick CSS field.

    That looks right on a small screen, but in a bigger browser window it shifts over to the right.

    I don’t see the alignment issue on big screens, could you please provide a screenshot?

    Also, when you click on a single blog post it is displayed centered and fully-justified

    It’s the default layout if the sidebar is disabled. Unfortunately, there’s no designated option for that so you have to use the Quick CSS field if you want to adjust it. Or just enable the sidebar in the Sidebar Settings panel.

    Also the fonts are not quite the same as on rest of site.

    What is the font that you’re using? The font in the blog is currently set to “Lato”.

    Cheers!
    Ismael

    #750930

    The font should be Lato, but it looks bigger than the normal body copy and I can’t see where to change it. I guess in Custom CSS – I’ll figure it out.

    Here’s a screenshot: http://tinypic.com/r/2vj1j00/9

    #751218

    Hey!

    Thank you for the update.

    Regarding the alignment on bigger screens, please add this css code:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        margin: 0;
    }

    I can’t find the difference with the font though, maybe you can use this:

    body, body p {
        font-size: 18px;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.