ekratz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Menu Font and ColorI have found my solution.
Forum: Fixing WordPress
In reply to: Empty White SpaceThe only thing that got wider was the menu bar. Everything else stayed the same.
Thank you. That did it.
Forum: Themes and Templates
In reply to: Twenty Ten Primary Widget Area Pushed to BottomOk. I created a child theme. I think I got my site back to where it should be. How do I adjust the margins and how can make my logo above the header be a link to the homepage and the header not be a link?
https://www.livablestreetsls.com
Here is my child them.
/*Theme Name: Twenty Ten – LSAB
Theme URI: https://example.com/
Description: Child theme for the Twenty Ten themeAuthor: Eric Kratz
Author URI: https://livablestreetsls.com
Template: twentyten
Version: 1.0
*/@import url(“../twentyten/style.css”);
#site-title {
background: url(“https://livablestreetsls.com/wp-content/uploads/2013/02/LSLS_Logo_3.jpg”)
no-repeat top left;
height: 32px;
width: 282px;
}#site-title a {
color: #2b3cab;
font-weight: bold;
text-decoration: none;
}
#branding img {
border-top: 4px solid #57ef4e;
border-bottom: 1px solid #57ef4e;
display: block;
float: left;
}
#access {
background: #2b3cab;
display: block;
float: left;
margin: 0 auto;
width: 940px;
}
#access ul ul a {
background: #2b3cab;
line-height: 1em;
padding: 10px;
width: 160px;
height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
background: #4fbe2d;
color: #000;
}Forum: Themes and Templates
In reply to: Twenty Ten Primary Widget Area Pushed to BottomI deleted cache and history on Chrome and that fixed. I do need to create a child them. I have made a fair amount of changes though. I am nervous.
What should I adjust to make the margins of the site less? I see a ton of dead space.