Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1012476

    Hello,

    Hoping for some direction on getting text on a blogroll page to left justify full screen (size of rest of website content, like images). Right now it centers and takes up about 800 pixels width. Not sure if this can be accomplished by a theme setting or custom css. Help greatly appreciated!

    #1012492

    Hey shelteredinsound,

    So you want the content to be as wide as the images?

    Best regards,
    Jordan Shannon

    #1012496

    Exactly. You understand correctly.

    #1012513

    Hi,

    Thanks for clarifying. Add this to quick css:

    .post .entry-content-wrapper, .post .entry-content-wrapper > *{
    max-width:100%!important;
    min-width:100%!important;
    }

    Best regards,
    Jordan Shannon

    #1012914

    That didn’t do it. Its’ the blog roll at http://paulraffstudio.staging.wpengine.com/news/, (hosted on WPengine) not specific posts. Trying to get title, excerpt, date, etc. to left justify directly under the image at 100% screen width.

    #1013721

    Hi shelteredinsound,

    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,
    #top .fullsize .template-blog .post .entry-content-wrapper > *  {
        max-width: 100%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1013740

    I tried the code in both the general styling and also the parent theme custom.css location as directed. I also included the snippet in the child theme style sheet without luck. Any other suggestions?

    #1013781

    Hi,

    Are you currently running any additional custom css that may be formatted incorrectly? This could possibly prevent the css we are giving you from running.

    Best regards,
    Jordan Shannon

    #1013795

    I tried the code snippet on another site using enfold (without any css customization). It works when there is a sidebar but when there is no sidebar, the title and time justifies in the center. The excerpt did justify left and went full 100% screen. Getting closer.

    #1013835

    Hi shelteredinsound,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1013859

    A link to the look I’m going for. Thanks so much for all your time with this. Greatly appreciated!!

    Demo

    #1013863
    #1014216

    Hi shelteredinsound,

    Please, post credentials, I add the code for you.

    Best regards,
    Victoria

    #1014239

    Credentials posted in the private section. Your time with this greatly appreciated!
    Regards,
    Sean

    #1014346

    Hi shelteredinsound,

    I added the code in Quick css, please check the website.

    Best regards,
    Victoria

    #1014377

    Awesome work, Victoria! Thanks so much for your time on this. Excellent solve.

    #1014406

    Hi,

    I’m glad that you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Left Justify blogroll using the Blog Post Content Element’ is closed to new replies.