Tagged: 

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

    Hello Team,

    Single blog post are only 600px wide – would like them to be 1024px wide..

    style.css has the following line:
    .html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1250px;

    Please advise,

    Thanks,
    ofekw

    #912132

    Hey ofekw,

    Try adding this css code in Quick SCS (located in Enfold > General Styling):

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

    You will also need to make the image in single blog post wider. Hope this helps :)

    Best regards,
    Nikko

    #912140

    Thanks Nikko,

    Much appreciated!

    ofekw

    #912144

    Hi,

    You’re welcome :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #1104155

    Hello Team,
    Still struggling to create a blog post that is 1024px wide. Tried placing the code below in Quick CSS but that did not do the trick, posts are showing across the entire width to the page:

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

    Please advise.

    Thanks,
    ofekw

    #1104384

    Hi ofekw,

    Can you try using this css code instead:

    #top.single-post #main .container {
        max-width: 1024px;
    }

    Best regards,
    Nikko

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