简体   繁体   中英

How do I tighten the header space in Blogger

I want to reduce the space between menu and top of header. I just want enough space for the blog title. www.travelinsightsblog.blogspot.com

I have tried the following but didn't reduce the space

tabs-outer {
margin-top: -15px !important;}

.header-outer {
margin-top: -25px !important;}

Suggestions appreciated Thanks

Use this to set the margin of the near elements

.header-inner .Header .descriptionwrapper {
    margin-bottom: 0;
}
#HTML1 {
    margin-top: 0;
}

Also, If you want to reduce the title font size:

.Header .title {
    font-size: 45px;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM