CSS Error – Header Logo
-
Hi
I have a simple wordpress site using the Ashe Theme that i am developing but when adding in additional CSS to move the site title to the top. The CSS seems to work ok for Desktop but from mobile or tablet half the title is off the page
Apologies, i’m new to CSS so not sure what why i am getting this error
This is the CSS Code that i am attempting to add;
.site-header {
min-height: 50px;
}
.header-logo {
max-width:80%;
position:relative;
top: -90px;
display: inline-block;
height: 100px;
margin: 0 auto;
}Thanks for your assistance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS Error – Header Logo’ is closed to new replies.