Tagged: 

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #974052

    Hello I am using the posts function on my website but for some reason the text doesn’t display at the same width areas of all my other pages.
    What I’d like is if the text wrapped around the image properly and lined up with the left side of the image and on the right if it came to the edge of the header (basically the same width as the red line under my menu nav)

    #974148

    Hey B,

    Thank you for using Enfold.

    The width of the content container is limited by default. Add this code on the Quick CSS field to adjust that limit.

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100em;
        margin-left: auto;
        margin-right: auto;
    }

    Default max-width value is 40em.

    Best regards,
    Ismael

    #974493

    Hi Ismael, I have added that to the Quick CSS but it hasn’t changed my posts pages

    #974574

    Hi,

    Did you enable the js and css compression in the Performance panel? Please disable it first. And make sure that the “>” symbol is not converted to something else.

    Best regards,
    Ismael

    #974582

    how do I disable js and css compression? the > had been converted, I’ve just changed it to the > symbol and the page is still looking the same.

    Thanks

    #974672

    Hi,

    Look for the “CSS file merging and compression” and “Javascript file merging and compression” settings. Disable them temporarily. If it’s still not working, please provide the login details in the private field.

    Best regards,
    Ismael

    #975021

    Hello,
    Where abouts do I find these settings? I’ve had a look and can’t see any settings related to CSS or Javascript file merging and compression

    #975089

    Hi,

    Did you enable the js and css compression in the Performance panel?

    They’re in the Enfold > Performance panel.

    Best regards,
    Ismael

    #975564
    This reply has been marked as private.
    #975616

    Hi,

    I’m referring to the theme’s Performance options. Please provide the login details in the private field so that we can disable it.

    Best regards,
    Ismael

    #975619
    This reply has been marked as private.
    #975854

    Hi B,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1200px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #976020
    This reply has been marked as private.
    #976108

    Hi,

    Sorry for the late response. The account is not “admin” so we can’t do anything in the dashboard. Please set the user account to “admin”.

    Best regards,
    Ismael

    #977688
    This reply has been marked as private.
    #977698
    This reply has been marked as private.
    #977721

    Hi,

    Thanks for the update.

    We didn’t modify anything aside from adding the custom css code. The post content should be wider than before.

    Best regards,
    Ismael

    #977732

    Thank you so much, the width is exactly what I was after – it was driving me crazy that I couldn’t figure out how to change it!

    #977792

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #977793

    Hi Rikard, the topic can be closed, thanks team for your help!

    #977800

    Hi,

    Thanks for letting us know and I’m glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Posts content not displaying full width’ is closed to new replies.