Two quickies I can't figure out.
1. I have gone through the css and changed EVERY font size tag to be 10px but the content refuses to change. I HAD to have misses one but where?
2. When we click on a post title and go to the single post I lose the sidebar? Is this how this theme is or ...?
Aaron
1. please post a link to your site.
2. yes
Alchymyth,
http://174.122.140.200/~malibube/
re #2 can we change this?
Thanks!
the font-size is generally set in the first style in style.css:
font-size: 100%;
there seems to be no special definition for the content area.
it could posibly be set here:
.entry-content,
.entry-summary {
padding: 1.625em 0 0;
}
re #2:
not straight forward, hopefully the following method does work:
bring the sidebar back in single posts and pages in Twenty Eleven
btw:
it is really recommended that you create a child theme http://codex.wordpress.org/Child_Themes