Header padding
- This topic has 12 replies, 3 voices, and was last updated 5 years, 10 months ago by
Zex.
-
AuthorPosts
-
December 22, 2017 at 6:01 am #7187
Nicole Miller
ParticipantHello,
Is there a way to change the padding on the header? I want the logo to stay the size it is but have
of the header smaller.Thank you for your help
Nicole-
This topic was modified 5 years, 11 months ago by
Nicole Miller.
December 22, 2017 at 8:02 am #7189Zex
ModeratorHello, Nicole!
If you want to lower the navigation menu, you can add this code into Customize->General->Additional CSS
code:
.sticky-header ul:not(.mobile-menu-icons) { padding-top: 45px; }
Change the padding value per your needs.
Regards
December 26, 2017 at 10:02 pm #7231Nicole Miller
ParticipantThanks I’m not noticing any change. Maybe I am phrasing my question wrong.
Can I change the padding around the Logo?
I want the logo to be the size it is but have less header?Thank you for your help
December 28, 2017 at 7:55 pm #7240Nicole Miller
ParticipantHello I’ve noticed this is marked as resolved and while you did give me the code to lower the navigation menu, I was hoping to change the padding around the logo.
I would greatly appreciate your help on this matter.My client likes having their logo really big when the page opens but then the header is very large and they would like to change this. Is this possible?
Thank you
December 29, 2017 at 9:37 am #7241Zex
ModeratorHello Nicole!
Sorry for the late answer.
Now I understand what is actually a problem…
Add the code below into General->Additional CSS
code:
@media screen and (min-width: 992px) { .pull-left img{ position: fixed; } }
Regards
December 29, 2017 at 9:54 pm #7253Nicole Miller
ParticipantHello,
Thank you!
This is almost it, but the header is just a little too small.
This is exactly what we are going for though.Thank you so much for your help
NicoleDecember 29, 2017 at 11:24 pm #7255Zex
ModeratorHi, Nicole!
You can change the height of the header with the code below:
@media screen and (min-width: 480px) {.site-header,.sticky-header:not(.sticky-header-shrink) { height:80px!important; } }
Change the height value per your needs.
Regards
December 29, 2017 at 11:45 pm #7256Nicole Miller
ParticipantYes!!! Great thank you for your help!!
Happy New YearDecember 29, 2017 at 11:47 pm #7257Nicole Miller
ParticipantOne small problem.
Now the Header is not transparent on the home page.December 31, 2017 at 12:25 pm #7263Zex
ModeratorHi, Nicolle!
Sorry, I missed the last post…
Please replace the last code that I gave you in post above, with the code below:
@media screen and (min-width: 480px) {.sticky-header:not(.sticky-header-shrink) { height:112px!important; } }
Happy holidays!
January 2, 2018 at 7:52 pm #7272Nicole Miller
ParticipantThat works.
Thank you!January 10, 2018 at 5:46 pm #7327MichaDangerHero
ParticipantHello, I hope you don’t mind me dropping my question in here. While searching the forums I found that OP’s website is an example of what I’m trying to do/change:
ResidencesWhen you scroll down just a little, just when the header starts scaling, there’s a jump in the scrolling of the images. As if the first scrolled pixel is a 50px jump, and it’s smooth scrolling afterward.
I have that issue on my website and I’d be super happy to lose that jump in the scrolling. (My site is not yet online, hence using OPs example here)
Thanks!
January 10, 2018 at 9:39 pm #7333Zex
ModeratorHello, MichaDangerHero!
Unfortunately, for now, it’s not possible to quickly resolve this, so we will put it on the to-do list for the next theme update.
In the meantime, you can try using header v1, which works smoothier.Thank you for your understanding.
Regards
-
This topic was modified 5 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.