Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1163500

    How can I make single posts go full width without a sidebar? I’ve tried various things in the Theme Options that sound like they’re what I want, but no changes on single posts?
    Thanks,
    Tim

    #1163505

    Hey tdustrude,

    Can you provide a link to the site/page in question so we can look into this issue further?

    Best regards,
    Jordan Shannon

    #1163506

    Sure, here’s a link. First, here is a post created with the default setup from Enfold. I like this because there’s an author avatar and I like the bold uppercase headline (post title). And there’s no sidebar, so that’s good, but I can’t seem to make the content go full width:
    timshannonltd.com/index.php/2018/09/26/county-road-12/

    I want it to look more like this post that I created using Advanced Layout Editor: https://timshannonltd.com/index.php/2019/11/23/joshua-tree-national-park/ The problem with this post is the heading is not very prominent and I don’t see how to add user avatar.

    Thanks

    • This reply was modified 5 years, 7 months ago by tdustrude. Reason: Was showing preview of page in question rather than link to it
    #1163540

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1163543

    Thanks Rikard. But still no change.

    #1163607

    Hi tdustrude,

    https://cl.ly/c7d63911fabf Here is what I am seeing now. Do you want the post to go even wider?

    Best regards,
    Victoria

    #1163673

    Hi Victoria, That is the example I included that looks how I want it. It’s the example before that in my original post. (but when I first posted, it showed up as a preview box right here in the chat thread, so I removed the “https://” )
    You’ll have to copy/paste this link. This is an example of one that won’t go full width:
    http://www.timshannonltd.com/index.php/2018/09/26/county-road-12/

    • This reply was modified 5 years, 7 months ago by tdustrude.
    #1163735

    Hi,

    Thanks for the update, but I can’t see the CSS I gave you applying at all. Did you remove it? Please leave it in so that we can see why it’s not applying. You can try this to see if it works better:

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

    Best regards,
    Rikard

    #1163855

    Thank you Rikard! This latest CSS did it! Problem solved. And yes I had left your first CSS in there but it was this latest one that fixed it.

    Thanks so much!

    #1163883

    Hi tdustrude,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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