Hello,
Was wondering how I can change the container width for only blog entry posts so I can accommodate the floating social bar on the left. See this page http://www.iveyengineering.com/simple-tips-make-home-green/. I would like to keep the sidebar the same width as you see it.
Also, could you provide the quick CSS code so I can change the color and font size of the blog headlines (not page headlines). Thanks!
Lisa
Hi iveyeng!
try this code:
.blog, main.content.units.av-content-small.alpha.av-blog-meta-html-info-disabled {
with: 75%;
margin-left: 106px;
}
and adjust as needed.
Cheers!
Andy
Perfect! Thanks!