Formatting Post Title in Constructor Theme
-
I’m a complete newbie, so thanks for your patience with my very basic question. I’m on the Constructor Theme and have found my way to making some changes to the css thanks to the great codex documentation on ww.wp.xz.cn, but I have been unable to adjust the formatting of my post titles. I can change them if I change the <h2> surrounding the title to <h1>, but the changes I’ve attempted to the stylesheet to further amend how <h2> or <h1> display haven’t had any impact.
What I would like is to have the post titles align on the left with the date and entry text, instead of being indented as they currently are. I would also like to reduce the white space between the post title and the post date.
I’ve tried changing the following bits of code in my stylesheet without any noticeable impact:
.hentry .title h3 { margin:0; font-weight:700 !important; font-size:2em;.hentry .title h1 a, .hentry .title h2 a{ display:block; padding:10px 12px;.hentry .title, .pagetitle { margin-bottom: 8px.hentry .entry h1, .hentry .entry h2, .hentry .entry h3, .hentry .entry h4, .hentry .entry h5, .hentry .entry h6, .hentry .entry ul, .hentry .entry ol { margin-left:12px;My site is http://www.foggroadkitchen.com
Thanks a lot for any assistance you can give. I’ve been working on this for 2 weeks now and am out of ideas.
-Jen
The topic ‘Formatting Post Title in Constructor Theme’ is closed to new replies.