Change Content Width on Image Post (Dyad Theme)

  • Unknown's avatar

    Which CSS would I add to make the main content section wider?

    Our Bucket List of Unique Lodging

    Using Dyad theme, and the content section is so small that is stacks the text up when I use the Media + Text block.

    Thanks!

    Matt

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I added

    body:not(.home) .entry-inner {
    max-width: 100% !important;
    }

    but that also affected the other Standard posts, which is not what I want!

  • Unknown's avatar

    Hi there,

    Sorry to hear that you are having some issues with your layout width. Let’s fix this together. I must admit that you were very close to the solution. Can you give a try the below code:

    body.single.single-post .entry-inner {
        max-width: 80%;
        text-align: center;
    }
    body.single.single-post .entry-inner p {
        text-align: left;
    }

    This will only affect your single post layout. Adjust the text alignment according to your requirements.

    I hope this will fix your problem! If you need more help on this do let me know, I will definitely try to help you again.

    Have a nice day :)

  • The topic ‘Change Content Width on Image Post (Dyad Theme)’ is closed to new replies.