Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #662343

    I would like to further customize the blog single entry post background. Currently the custom CSS applied to the theme makes a white background with grey text on the single entry. Please see the post provided in private content, which is draft so you will need to be logged in to view.

    There are two further customizations I want to make to single entry posts style (see mockup dropbox link in private content):

    1. Reduce width of the blog content to 60%
    2. Reduce black frame around white background to 50px top/bottom/left/right. Currently the top and bottom borders are already 50px so will need to pad/marginalize the left and right sides of the frame.

    #662512

    Hey Hello,

    1. Please try the following in Quick CSS under Enfold–>General Styling:

    .single #main .container {
    max-width: 60%;
    }

    2. Not sure what you mean by that, the black frame is not really a frame but the background of the page. Could you try to explain a bit further please?

    Thanks,
    Rikard

    #662519

    hi Rikard

    Thanks. What I mean is to make the white space bigger. You can see from the mockup I attached how the white space is bigger than the text area and the black background is thinner.

    #663283

    Hi Rikard, any update on this customization?
    Thanks.

    #663706

    Hi,

    We are sorry for the delay. Please adjust the code to the following:

    @media only screen and (min-width: 768px) {
    .single #main .container_wrap_first .container .template-page {
        background: #ffffff;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .single #main .container_wrap_first .container .template-page .post-entry {
        max-width: 55%;
        margin: 0 auto;
    }
    }

    Best regards,
    Ismael

    #663712

    No, that doesn’t work, see the screenshot. Thanks.

    #665234

    Hi,

    try this code:

    .post-entry.post-entry-type-page {
    position: relative;
    left: -54% !important;
    width: 205%;
    padding-left: 35% !important;
    padding-right: 35% !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #665294

    Hi Andy

    Thanks. We are almost there…see the screenshot.

    I need the white content background width on the left side and right side to match. With this last code, the left side of the white background flushes to the edge of the screen.

    Please see the original screenshot I provided.

    Thanks!

    #665322

    Hi,

    just adjust the values as needed. Change left value for example.

    Best regards,
    Andy

    #665357

    Hi
    I tried adjusting every parameter but it only shifts the content block fully left or fully right. It doesn’t centre the block.

    #665708

    Hi,

    I checked your website in question again and it looks exactly as you want, doesn’t it? please clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #665766

    Ok I cleared the cache and it displays as I want. Thanks!

    #665811

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Customize Blog Single Entry Post Background’ is closed to new replies.