the space in red is below the lines or modules that are above and below, I need to contain the logo
delinea Hi Add this code in custom.css file to increase the red background in logo area
.t3-header.logo-small .logo { height: 100px!important; }
Regards
Thank you Pankaj, what happens with the top part of the logo? it's not like the original template
delinea Hi Kindly check it now. I fixed the logo size issue on your site.
well, thanks Pankaj, but on the smartphone it looks bad, the logo is below the menu line
delinea Hi In another thread i suggested this code
.t3-header { z-index: 1003; position: fixed; }
Replace that code with this
.t3-header { z-index: 1003; position: fixed; top: 0!important; }
very good, but I do not want to bother you, you will see that in the smartphone is now very high when we enter the site.
delinea Hi. Please try add this to css:
@media only screen and (max-width:767px) { .headright-wrap { top: 0; } .navbar { min-height: 40px; } .navbar .container { padding-left: 0; padding-right: 0; } }