How to get rid of the white space in the title?

Posted in: Newsmag
Post count: 11

Hello Team,

Since I updated the theme, the space in the header between the title and the menus is more important.

How to reduce the space between the top menu and the title, and the space between the main menu and the title

My website address is http://www.regardnomade.com

If this help, I was using the following costum css before:

.td-logo-text {
font-family: “Lobster”, sans-serif !important;
text-transform: none; /* Removes uppercase format */
}

.td-tagline-text {
font-family: “Open Sans”, sans-serif !important;
text-transform: none; /* Removes uppercase format */
font-size: 1.2em; /* Can use em, rem, px, or pt units here, set to preference */
padding: 15px !important;
}

.home .entry-date{
display: none;
}

.td-grid-style-1 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

What should I change, or get ride off to make the header less high or smaller?

Thanks.

Vincent

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css to reduce logo’s margins: http://screencast.com/t/Q0k8HFZcikU

.td-header-style-10 .td-logo-wrap{
margin: 10px 10px!important;
}

Let me know how it goes.
Thanks!

Post count: 11

Hello Andrel, I Just changed it!

Thanks for your help!

Vincent.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.