Tagged: posts
-
AuthorPosts
-
June 18, 2018 at 12:16 am #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)June 18, 2018 at 10:46 am #974148Hey 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,
IsmaelJune 18, 2018 at 10:22 pm #974493Hi Ismael, I have added that to the Quick CSS but it hasn’t changed my posts pages
June 19, 2018 at 2:29 am #974574Hi,
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,
IsmaelJune 19, 2018 at 2:52 am #974582how 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
June 19, 2018 at 10:35 am #974672Hi,
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,
IsmaelJune 19, 2018 at 10:30 pm #975021Hello,
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 compressionJune 20, 2018 at 5:46 am #975089Hi,
Did you enable the js and css compression in the Performance panel?
They’re in the Enfold > Performance panel.
Best regards,
IsmaelJune 20, 2018 at 11:08 pm #975564This reply has been marked as private.June 21, 2018 at 3:24 am #975616Hi,
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,
IsmaelJune 21, 2018 at 3:30 am #975619This reply has been marked as private.June 21, 2018 at 4:46 pm #975854Hi 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,
VictoriaJune 21, 2018 at 10:23 pm #976020This reply has been marked as private.June 22, 2018 at 7:03 am #976108Hi,
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,
IsmaelJune 25, 2018 at 11:01 pm #977688This reply has been marked as private.June 25, 2018 at 11:30 pm #977698This reply has been marked as private.June 26, 2018 at 1:08 am #977721Hi,
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,
IsmaelJune 26, 2018 at 1:50 am #977732Thank 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!
June 26, 2018 at 5:50 am #977792Hi,
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,
RikardJune 26, 2018 at 5:53 am #977793Hi Rikard, the topic can be closed, thanks team for your help!
June 26, 2018 at 5:59 am #977800 -
AuthorPosts
- The topic ‘Posts content not displaying full width’ is closed to new replies.