Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #842798

    Dear Support,
    What I need to do in order to have a single post text span to the full with of the page? What I would like to achieve is the following

    https://drive.google.com/open?id=0B4frn1KZIMB8Zm0xaEIyZTExWnM

    1.) Is there an option in the Enfold UI or I need to edit single.php? What I need to change exactly?
    2.) How I can change the background color of the single post?

    https://drive.google.com/open?id=0B4frn1KZIMB8RUdFOTJwT0lId3M

    Thank you for your help.

    Best regards,
    MD

    • This topic was modified 6 years, 8 months ago by midudek1.
    #843016

    Hey midudek1,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #843158
    This reply has been marked as private.
    #843904

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper,#top .fullsize .template-blog .post-title { max-width: 100%; }
    .single-post .post-entry {
        background: orange;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #844579

    Dear Yigit,
    Thanks a lot! This is what I needed.

    You can close the issue.

    Thank you for your help!

    Best regards,
    MD

    #844669

    Great! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Single post (single.php) with text adjusted to page width’ is closed to new replies.