Shop Categories

X

Reply To: Header and Footer Questions

Home Forums Agama Pro Header and Footer Questions Reply To: Header and Footer Questions

#6413
Zex
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;
   
} 

https://prnt.sc/gvlz4b

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;
}

https://prnt.sc/gvibfa

3. Go to: Customizing ▸ Header ▸ Header Logo

Try to set same value on the “Logo Max-Height” and “Logo Shrinked Max-Height”.

https://prnt.sc/gvieyw

4. Add the code below into Customizing ▸ General ▸ Additional CSS

code:

#footer-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
}

https://prnt.sc/gvm4yy

Best Regards