Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Dan-Skaf
tagDiv Member

Thanks Alin.

Dan-Skaf
tagDiv Member

Hi Bogdan,

I was able to increase the height of the menu for mobile as well the height of the logo on my newly developed website:

http://africansforpeace.com/

I used the following CSS for Mobile:
.td-main-menu-logo img {
max-height: 100px;
}

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

.td-main-page-wrap {
padding-top: 106px;
}

#td-top-mobile-toggle i {
line-height: 110px;
}

.header-search-wrap .td-icon-search {
line-height: 110px;
}

.td-post-template-4 .td-crumb-container {
padding-top: 52px;
}

However, When you scroll down, some of the header still shows at the top of the screen. I don’t know how to fully hide it like it hides with the default settings.

Can you please assist?

Header Screenshot

Viewing 2 posts - 1 through 2 (of 2 total)