bigger logo and smaller subheader

Hello,

I just want my logo bigger and the background header image smaller

now i found some css but i think that the css that is already in my template demo prevents this?

code already there by the demo:

h2, h3 { font-weight: 700; }
h2, h3, h4 { letter-spacing: 3px; }

.section-border-top { border-top: 2px solid #ffa820; }
.icon_box .desc_wrapper h4 { font-size: 20px; }

html { background-color: #000000; }

body { padding: 0 0 25px; }

/* Top bar */
#Top_bar { background: url(http://www.freeflyvr.com/en/wp-content/uploads/2015/01/home_record_top_bar.png) repeat-x left bottom; }
@media only screen and (min-width: 768px) {
#Top_bar { padding-bottom: 10px; }
}
@media only screen and (max-width: 767px) {
body:not(.template-slider):not(.header-simple) #Header {
background-position: center 202px;
min-height: 180px;
}
}

/* Subheader */
#Subheader { border-bottom: 2px solid #ffa820; padding: 0 0 100px; }
#Subheader .title { font-weight: 700; letter-spacing: 3px; }

Comments

Sign In or Register to comment.