Site logo

[Support request] Charge theme issue

Home Forums Support [Support request] Charge theme issue

Home Forums Support Charge theme issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1538313
    Arief

    sorry is there anyway i can make excerpt in single post which appeared below featured image become alligned with the post content itself in desktop view? Or remove the white in left and right of my blog content and make the content wider.

    I’ve used this additional css as suggestes here to show excerpt below image

    .single p.post-excerpt {
    max-width: 800px;
    margin: auto;
    text-align: justify;
    color: #001819;
    font-size: 20px;
    font-weight: 700;
    }

    #1538335
    Elvin
    Staff
    Customer Support

    Hi,

    Your .entry-content‘s width is limited by this CSS found on your Appearance > Customize > Additional CSS:

                
    .one-container .entry-content,.comments-area,footer.entry-meta {
                    max-width: 600px;
                    margin-left: auto;
                    margin-right: auto;
                }
    

    If you want your entry content to have the same width as the excerpt, you’ll have to change this CSS’ max-width: 600px; to a value similar to your excerpt (800px);

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