- This topic has 9 replies, 2 voices, and was last updated 7 years, 8 months ago by
David.
-
AuthorPosts
-
July 24, 2018 at 11:09 pm #632125
Kevin
Hi,
I made a vertical Header but I cannot find where to adjust the horizontal size (Header is in full vertical height and it’s perfect)
Iโm using WP 4.9.7
GeneratePress 2.1.3
GP Premium 1.6.2You can see a screenshot here :
Thanks in advance for your help !
Kevin
July 25, 2018 at 5:18 am #632325David
StaffCustomer SupportHi Kevin,
the image link is broken. Is it possible for you to share a link to the site? You can edit your original topic and use the Site URL field for privacy.
July 25, 2018 at 5:27 am #632333Kevin
Oups ๐ Sorry !
I corrected here, the website is in maintenance mode I cannot open it directly ๐

Thanks for your help
Kevin
July 25, 2018 at 7:29 am #632411David
StaffCustomer SupportHi there, did you use one of the Site Library options? e.g Navigator or Sider?
July 25, 2018 at 7:34 am #632413Kevin
Hi David,
Yes I used “Navigator” to start from it and build my site with elementor and GPP
๐
July 25, 2018 at 7:50 am #632505David
StaffCustomer SupportHi Kevin, in that find this CSS in the Customiser > Additional CSS:
/* ------ Fixed Header ------- */ @media (min-width: 769px) { body { margin-left: 200px; /* Change to match width below */ } .site-header { position: fixed; left: 0; top: 0; width: 200px; /* Change width */ z-index: 300; height: 100%; overflow: auto; overflow-x: hidden; -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; transition: .1s ease; } .admin-bar .site-header { top: 32px; } .site-header .main-navigation li { float: none; } }I have commented here the two properties you need to change. Just set them to px’s you need.
July 25, 2018 at 8:06 am #632517Kevin
Thanks a lot David !!
I am really happy ๐ It was so close and so logic that I did not found it ! Sorry ๐
Thanks again ๐
Kevin
July 25, 2018 at 8:09 am #632519David
StaffCustomer SupportYou’re absolutely welcome Tom and I built the two side header sites so we know exactly where to look ๐ i think we may add this to the Sites style guides as it gets asked for a lot. Glad to see you using the Site library!
July 25, 2018 at 8:11 am #632524Kevin
I just would say you made a beautiful work, people like me thanks you every days ๐ just to be sure you know it ๐
I will send you the final result when it’s done
Best regards
Kevin
July 25, 2018 at 8:13 am #632527David
StaffCustomer SupportThat’s really kind of you. We would be really happy to see it!
-
AuthorPosts
- You must be logged in to reply to this topic.