Home › Forums › All Other Themes › Too much space between header image and logo
- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
April 17, 2018 at 2:41 pm #99333
Hello,
I need to move up my logo so that there is not so much space between the image header and the logo. Currently here are my custom css settings:
body { background:#fff;}
section#wrapTwo { margin-top: 130px;}
@media screen and (max-width:767px) {
.header .header-inner .logo { margin:0 auto !important;}
.header {bottom: inherit !important; position: absolute !important; top: 110px !important;}
section#wrapTwo { margin-top:10px !important;}
}
add_filter (‘wpseo_allow_xml_sitemap_ping’, ‘__return_false’);.innerbanner img{display: block;}
.archive .header { padding:20px 0;}
.archive .content-area { padding:0;}@media screen and (max-width:767px) {
.header { position:relative !important; top:0 !important; }
.header .header-inner { padding-top:0 !important;}
.toggle a { margin-top:0 !important;}
}.header { padding-top:0 !important;}
.content-area { padding:10px 0 50px !important;}.services-wrap .one_fourth:hover a.linkreadmore { display:none;}
.header { padding-top:0 !important;}
.content-area { padding:10px 0 50px !important;}.page .innerbanner img { display:none;}
.services-wrap .one_fourth p { display:none;}
The website is: Butterflykissess.com
April 18, 2018 at 5:44 am #99372Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main { min-height:350px;} .header .header-inner .logo { margin-bottom:30px;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.