Increase logo container size
-
Hi again.
In my previous thread i wanted to move the logo above header. Now thats done, but my logo is very wide. container in which the logo sits is very small and displays only 1/4th of the logo.
i’ve tried tweaking style.css, in child theme. here’s what i’m looking at in there:#logo {
padding: 0 0;
float: left;
color: #ffffff;
text-shadow: 1px 2px 3px #000000;
}
#logo a.logo-img img {
margin-top: 0;
}
#logo h1{
margin-bottom: 0;
font-weight: 600;
}
#logo h1 a {
color: #ffffff;
text-decoration: none;
font-size: 36px;
}
#logo .site_tagline {
text-transform: uppercase;
font-size: 11px;
margin: 0;
}thanks!
- The topic ‘Increase logo container size’ is closed to new replies.