Tagged: x
-
AuthorPosts
-
July 21, 2016 at 8:25 pm #1097997
jensmith3ParticipantHello,
My site is on the temporary url of http://103.37.8.129/~thekidsa/
I have selected the inline layout option via the customiser but wondered if it was possible to move the navigation bar down to sit just above the top edge of the main picture?
Also, is it possible to add a little more space above the phone number in the top right of the header?
Many thanks and kind regards,
Jenny
July 21, 2016 at 8:27 pm #1097998
jensmith3ParticipantThis reply has been marked as private.July 21, 2016 at 11:34 pm #1098189
FriechModeratorHi There,
Thanks for writing in! But it seems your site is down. Please confirm.
Thanks.
July 23, 2016 at 9:54 pm #1100328
jensmith3ParticipantHi there,
Site is up and running – url is http://103.37.8.129/~thekidsa/
Thanks and kind regards,
Jenny
July 24, 2016 at 2:00 am #1100435
RadModeratorHi Jenny,
Your actual navigation height is 134px, but your setting is just 94px. You can change that in Admin > Appearance > Customizer > Header > Navbar Top Height (px) and apply 134.
As for phone padding, please add this CSS to your customizer’s custom CSS.
.x-navbar-inner .contact { padding-top: 20px; }Now, since you added another space on the navbar, its height will increase to 154px ( 134px + 20px ). Then you’ll have to change your navbar height again.
This is necessary since navigation has fixed positioning and it doesn’t honor the height of the content, hence, you’ll have to set it manually.
Thanks!
July 25, 2016 at 1:43 am #1101426
jensmith3ParticipantHello there,
Thanks for your response. Just a couple of things. I wondered if it was possible to have the navigation menu sit at the bottom of the header – say in line with the wording ‘Paediatric Therapies’ from the logo.
Also I have selected Static top position via the customiser but the nav bar still remains visible when I scroll.Many thanks and kind regards,
Jenny
July 25, 2016 at 2:01 am #1101439
ChristopherModeratorHi there,
Please change ‘Navbar Top Link Alignment ‘ to 70px under Customize -> Header -> LINKS – ALIGNMENT.
Please remove JS code from customizer.
Hope it helps.
July 25, 2016 at 4:34 am #1101584
jensmith3ParticipantHello,
Thanks for your reply. I did that but not quite right – it moved the nav items up to the top instead of bottom and now can’t see phone number.
?
Thank you.
July 25, 2016 at 5:51 am #1101627
ThaiModeratorHi There,
I changed the Navbar Top Link Alignment (px) to 140:
http://i.imgur.com/ej0vrsD.png
The navigation looks good.
Cheers!
July 25, 2016 at 7:14 pm #1102639
jensmith3ParticipantThank you so much. The only thing now is that I had a phone number in the header that has now disappeared. I was told to remove the JS from the customiser which I did but of course that has removed the phone number. Is it ok to add back in?
Many thanks and kind regards,
Jenny
July 25, 2016 at 7:31 pm #1102647
jensmith3ParticipantSorry one other thing. I have selected Static top position via the customiser but the nav bar still remains visible when I scroll.
Many thanks and kind regards,
Jenny
July 26, 2016 at 2:19 am #1103039
ChristopherModeratorHi there,
Please update cornerstone and X, clear cache and check again.
About phone number, please let us know where it used to be before removing JS code.Hope it helps.
July 26, 2016 at 9:09 pm #1104511
jensmith3ParticipantHello,
I’ve done all the updates, cleared the cache but nav bar still remains visible when I scroll down the page.
Also, the phone number was in the top right-hand corner of the screen.
Many thanks again and kind regards,
Jenny
July 27, 2016 at 3:39 am #1104788
ChristopherModeratorHi there,
One page navigation position is always fixed top, to change its position, please add following code in Customize -> Custom -> CSS :
.x-navbar.x-navbar-fixed-top { position: static !important; }Please add this JS :
jQuery("<span class='phone'>123456</span>").insertBefore(".x-brand");And this CSS :
span.phone { float: right; color: #fff; font-size: 24px; padding-top: 10px; }Hope it helps.
August 9, 2016 at 8:34 pm #1124787
jensmith3ParticipantThanks so much for this. Have started using UberMenu and can add custom content such as a phone number to the nav bar. Excellent!
Kind regards,
Jenny
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097997 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
