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

    Hello, I am having 3 issues with formatting in the Enfold theme.

    I have my page set up to 2000px wide no side bar, yet the graphics I created to this exact 2000px width are not stretching to the edges of the page. I have checked the setting on my computer screens.

    Also, my blog post text seems to be squeezed to an invisible middle column – even though I have NO sidebars and pages set to 2000px wide.

    Finally, I am using the code you gave me to remove the date from my blog post, but the date is still visible. This is the code I am using:
    .blog .blog-meta a {
    display: none !important;
    }

    Would you kindly please advise?

    #607406

    Hi teachingwithamy,

    It looks like you tried to add custom CSS but you made a mistake (you didn’t specify a value). Please try the following in Quick CSS under Enfold–>General Styling instead:

    .container {
        max-width: 2000px !important;
    }

    Thanks,
    Rikard

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