Reply To: Header and Footer Questions
Home › Forums › Agama Pro › Header and Footer Questions › Reply To: Header and Footer Questions
October 10, 2017 at 2:08 pm
#6413
Moderator
Hello, Alibi!
1.Add the code below into Customizing ▸ General ▸ Additional CSS
code:
body.page-id-121 .site-header .sticky-header .sticky-header-inner{
max-width: 1600px;
}
2. Add the code below into Customizing ▸ General ▸ Additional CSS
code:
.header_transparent header.header_v2 .sticky-header:not(.sticky-header-shrink) {
border-bottom: none;
}
3. Go to: Customizing ▸ Header ▸ Header Logo
Try to set same value on the “Logo Max-Height” and “Logo Shrinked Max-Height”.
4. Add the code below into Customizing ▸ General ▸ Additional CSS
code:
#footer-wrapper {
position: fixed;
width: 100%;
bottom: 0;
}
Best Regards