• Resolved cztaki73

    (@cztaki73)


    hi

    Image post format

    Is it possible to a single post with format – image , to see full width the post , including images .

    as it is right now , default by Theme , the post appears in the center only ,including images . with left and right area blank .

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @cztaki73!

    You could use some CSS to make the content area wider on image format posts:

    body:not(.has-post-thumbnail).is-singular .entry-inner,
    .is-singular.single-format-image .entry-inner {
        width: 90%;
        max-width: 90%;
    }

    If you use one potential complication, if you use Jetapck and display Tiled Galleries on any of these posts, they won’t be wide enough. Those are controlled by a special width within the theme code.

    The link I’ve included above has some tips to fix that. There’s a link to a filter you can add to the functions.php file of a child theme – as well as a link to a plugin you can use instead.

    I set the $content_width described on that page to 1200 and it got me nice, full width galleries ??

    Thread Starter cztaki73

    (@cztaki73)

    Hi Chad

    It works . Thank you for your assistance

    My pleasure!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dyad Post format – Image’ is closed to new replies.