Header Css Problem

Posted in: Newsmag
Post count: 140

hi guys, first sorry for my bad english.

i edit my menu liner. from the top to bottom. but when i refresh this page, i see 1 second top and after bottom. i just want everytime bottom how can i fix ? like this

sa

my custom css code

.td-header-border:after {
content: "";
background-color: #b80451;
display: block;
height: 4px;
}
.td-header-border:before {
display: none;
}

.td-header-menu-wrap {
height: 57px !important;
}
.td-header-main-menu {
height: 57px;
}

.sf-menu > .td-menu-item > a {
line-height:57px;
height: 57px;
}

.td-main-menu-logo {
height: 57px !important;
}

.td-header-border:after {
height: 5.4px !important;
}

Post count: 6535

Hi

That happens because the css from theme panel it’s loaded after the main theme’s css. To avoid that delay you can insert your custom code directly in style.css file so it be loaded with the main css: http://screencast.com/t/UNKrfH0Zg

Thanks!

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