Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1266018
Images in Posts
Closed

Comments

  • steffykat started the conversation

    Hi

    Couple of things:

    1. Just wondering if it is possible to have a full width featured image for a single post?

    2. Is it possible to have full width images within the actual post?

    thanks

    Stephanie

  •  1,845
    Elated replied

    Hello there,

    Unfortunately there is no built in functionality to preview only featured image Full Width. You can only set a whole blog post to be in Full Width using this Custom Css code

    body.single-post .eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner{
        width: 100%
    }
    body.single-post .eltdf-blog-holder article .eltdf-post-image{
        width: 100%;
    }
    body.single-post .eltdf-blog-holder article .eltdf-post-image img{
        width: 100%;
    }

    However, this will stretch whole content to be 100% wide, not only Featured Image.

    This answers the second question as well, using this code your blog post will be 100% wide and so the images added to the post will be 100% wide.

    This Custom Css code needs to be pasted into Elated Options > General > Custom Css field https://www.screencast.com/t/xn2yt5ur4 .

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.