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

    The body of the post (written text) is way wider in blog styles like the Single Author Big Preview than it is in the Single Author Fullwidth.

    Is there a way to edit the settings for Fullwidth so the paragraphs will go wider than they currently do? Either they could take up 75% of the image with and stay centered or they could be even in width.

    Thanks for all the help. Love the theme!

    #172767

    Hi JaredBurnett!

    Is this what you want to achieve?

    Regards,
    Josue

    #172781

    Yes that looks much wider than http://kriesi.at/themes/enfold/blog/blog-single-author-full/

    Also is there any way to make the post titles like “Romantic Sunset” and the “April 8, 2013/1 Comment/in Featured Photo, Indiana, Locations, United States /by Jared Burnett” text larger?

    #172783

    Hello!

    To make the content wider, add this code to the Quick CSS:

    #top .fullsize .template-blog .post .entry-content>* {
    max-width: 850px !important;
    }

    To make the title and meta text larger:

    .post-meta-infos {
    font-size: 14px !important;
    }
    .post-title.entry-title {
    font-size: 32px !important;
    }
    

    Cheers!
    Josue

    #172785

    This did not seem to work. I pasted the exact code.

    see here http://www.jaredburnettphoto.com/blog/

    #172863

    Hello!

    You can use this:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }

    Cheers!
    Ismael

    #172892

    That did it. thank you!

    There is no way to make the featured photo at the end of the post or have a caption displayed right underneath the featured photo is there?

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Wider Blog Body in Single Author Fullwidth’ is closed to new replies.