TRPAI
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hum] Change site title size in Hum?I’m sorry, but that lost me.
Are you saying that Twentyeleven is responsive? I do know that it has the site title across the top.
Hum does not seem to respond to smaller screens at all. It compensates by obscuring the side menu.
Duplicate all the style in certain media query and change the breakpoint.
I don’t know what you meant by this.
Thank you for trying to help. I do appreciate it.
Forum: Themes and Templates
In reply to: [Hum] Change site title size in Hum?This is very helpful. Thank you. My head has been swimming trying to understand it all.
So, with a plugin, can I just use the code snippet that you provided or am I going to see the whole CSS file, and I’m going to have to figure out where to modify the site title?
Forum: Themes and Templates
In reply to: [Hum] Change site title size in Hum?Also, is there another way around this? Could I put tabs across the top instead of a menu down the left?
Forum: Themes and Templates
In reply to: [Hum] Change site title size in Hum?I think I do. I use bluehost, and I can enter my build through wordpress, and then I click on:
Appearance, then:
EditorThis takes me to the CSS. Am I able to make changes right there?
What has confused me is the I see references to Site Title more than once in my CSS. I don’t know which one to change.
Under the HEADER reference text I see this:
#site-title {
width: auto;
margin: 0;
padding: 10px 0;
float: right;
}#site-title a {
font-size: 2.4em;
line-height: 1em;
color: rgba( 0, 0, 0, 0.2 );
font-weight: bold;
margin-right: -4px;
text-align: right;
}Higher up in the CSS under the Color Animations reference text, I see this:
#site-title a,
#site-description,
.entry-meta a,
#access a,
.entry-title a {
-webkit-transition: font-size 200ms, color 400ms;
-moz-transition: font-size 200ms, color 400ms;
-ms-transition: font-size 200ms, color 400ms;
-o-transition: font-size 200ms, color 400ms;
transition: font-size 200ms, color 400ms;
}Forum: Themes and Templates
In reply to: [Hum] Change site title size in Hum?Here’s the temp link: http://69.89.31.217/~threerk0/
Forum: Themes and Templates
In reply to: [Hum] Menu response to window edgesI have this problem too!