Header and Footer Questions
- This topic has 8 replies, 2 voices, and was last updated 5 years, 5 months ago by
Zex.
-
AuthorPosts
-
October 9, 2017 at 6:47 pm #6408
alibi2017
ParticipantHi guys!
Hope you had a nice weekend!I have a couple of questions about the header and the footer,
Is it possible to align the logo and the end of the header navigation to the layout edges of the portfolio?Can i Remove the underline of the header in the home page?
Also can the shrinked header have the same dimensions as the top header? (to not shrink)
As for the footer, can I force it to be over the revolution slider on the home-page so it remains always as a fullpage? (without the scroll)
In some pages that the content is not full the footer remains at the center of the page instead of the bottom!
Thanks in advance!
October 10, 2017 at 2:08 pm #6413Zex
ModeratorHello, 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
October 10, 2017 at 5:56 pm #6415alibi2017
ParticipantHi Zex!
Thanks for the codes, number 2 and number 4 work like a charm! 😀
I added the first code as you showed but got no result on the website!
For number 3 I got the logo sizes to be the same, but when i scroll the primary menu still does the shrinking action, is there a way it can remain centered with the logo?
Is it possible to remove completly the shrinking header from the main page and the scroll bar?
Thanks,
Cheers!-
This reply was modified 5 years, 5 months ago by
alibi2017.
October 10, 2017 at 6:16 pm #6418Zex
ModeratorOctober 11, 2017 at 8:28 am #6421Zex
ModeratorHi, Alibi!
As I see, the number 3 is also solved … so I mark the thread as “resolved”.
Best Regards
October 17, 2017 at 4:29 pm #6501alibi2017
ParticipantHi Zex, I still have the scroling problem with the header menu as when scroll down the navigation goes slightly up and does not stay alligned with the logo.
Also I want to disable any scroll functionality on the main page, as so in chrome and mozzila the nicescroll bar not to appear.
Thanks!
October 17, 2017 at 5:02 pm #6505alibi2017
ParticipantOne last question (for now) is it possible to remove the underline/shadow in the shrinked header while scroling in the site?
October 17, 2017 at 5:03 pm #6506alibi2017
ParticipantThis reply has been marked as private.October 18, 2017 at 11:27 am #6511Zex
ModeratorHello, Alibi!
as always…
1.Add the code below into Customizing ▸ General ▸ Additional CSS
code:
/*Remove underline shadow */ .sticky-header { box-shadow: none; } /*Center primary navigation link*/ .sticky-header-shrink .sticky-nav li a { line-height: 87px;} /*Disable the scroll functionality on the main page*/ body.home.page { position: fixed; overflow: hidden; width: 100%; }
P.S. We will appreciate If you want to rate us. You can do it on our Agama free theme on this link.
Thank you!
Best Regards
-
This reply was modified 5 years, 5 months ago by
-
AuthorPosts
- The topic ‘Header and Footer Questions’ is closed to new replies.