-
AuthorPosts
-
September 20, 2018 at 9:39 pm #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!
September 20, 2018 at 10:29 pm #1012492Hey shelteredinsound,
So you want the content to be as wide as the images?
Best regards,
Jordan ShannonSeptember 20, 2018 at 10:38 pm #1012496Exactly. You understand correctly.
September 20, 2018 at 11:31 pm #1012513Hi,
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 ShannonSeptember 21, 2018 at 10:03 pm #1012914That 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.
September 24, 2018 at 5:30 pm #1013721Hi 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,
VictoriaSeptember 24, 2018 at 6:26 pm #1013740I 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?
September 24, 2018 at 7:43 pm #1013781Hi,
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 ShannonSeptember 24, 2018 at 7:57 pm #1013795I 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.
- This reply was modified 6 years, 1 month ago by shelteredinsound.
September 24, 2018 at 8:49 pm #1013835Hi shelteredinsound,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaSeptember 24, 2018 at 9:30 pm #1013859A link to the look I’m going for. Thanks so much for all your time with this. Greatly appreciated!!
September 24, 2018 at 9:37 pm #1013863September 25, 2018 at 3:09 pm #1014216Hi shelteredinsound,
Please, post credentials, I add the code for you.
Best regards,
VictoriaSeptember 25, 2018 at 3:37 pm #1014239Credentials posted in the private section. Your time with this greatly appreciated!
Regards,
Sean- This reply was modified 6 years, 1 month ago by shelteredinsound.
September 25, 2018 at 6:13 pm #1014346Hi shelteredinsound,
I added the code in Quick css, please check the website.
Best regards,
VictoriaSeptember 25, 2018 at 6:47 pm #1014377Awesome work, Victoria! Thanks so much for your time on this. Excellent solve.
September 25, 2018 at 7:09 pm #1014406Hi,
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 -
AuthorPosts
- The topic ‘Left Justify blogroll using the Blog Post Content Element’ is closed to new replies.