-
AuthorPosts
-
January 7, 2015 at 8:56 pm #376434
Hi guys,
can you give me the code that will make a blog post left justify?
see this page
http://insightcustomerloyalty.com/speakers-updated/
half way down I have a blog post content element area, the text should be left justified.
also, is there code to make the blog post larger and perhaps a color?blog post title exampl on page:
A Car Guy and a Data Scientist Walk Into a Bar… (this line should be larger and a blue color I think)Thanks for you help on this – joe
January 8, 2015 at 5:59 am #376638Hey fixedopsinsight!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css to left align the blog post title:
#top .fullsize .template-blog .post-title { text-align: left; }Regards,
IsmaelSeptember 8, 2016 at 7:18 pm #683854I’m trying to left-justify the paragraphs in a blog post on the front page. I tried using a variation of our .post-title CSS snippet above to affect this change but no joy.
In Safari, the front page blog post IS left-justified, but in Chrome and Firefox, it’s full-justified.
HELP!
September 10, 2016 at 7:25 am #684430Hi,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
RikardSeptember 10, 2016 at 4:14 pm #684518The left column is text boxes. The right column is a standard contact form.
The issue is with the centre column, which is a blog post. If you click through to the actual blog post, you can see that it’s left-justified, but when displayed on the front page it’s full-justified. None of the Quick CSS tweaks I’ve come across have any effect on making that centre column left-justified.
September 13, 2016 at 4:08 pm #685888Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; }Best regards,
YigitSeptember 13, 2016 at 4:22 pm #685900Thank you! That was the magic bullet!
September 13, 2016 at 4:40 pm #685907 -
AuthorPosts
- You must be logged in to reply to this topic.
