Tagged: x
-
AuthorPosts
-
January 9, 2017 at 8:30 am #1322393
jennymbutterfieldParticipantHi There!
Okay, url: http://www.jennybutterfield.com
x version: 4.6.4Question: I’m been doing some customization of my header, and I have all the elements and functions that I want in the header… however, they are stacked one on top of the other, and I want them in line across the top of the page.
I’m using the Icon stack and my navigation layout and logo container are “stacked” rather than inline under that Customize-> Header tab.
I’m not a huge coder, amateur at best… I really just need a hint about what coding might get those elements in line and where to put that code.
Ideally, I would like my header to be layed out like this:
LOGO———–search bar–contact infoThank you in advance!
January 9, 2017 at 10:06 am #1322538
RupokMemberHi there,
You can use this CSS to place them on right:
.x-logobar .fa-ul { float: right; } .x-logobar form { float: right; }You can rearrange the content if you want to get the form on left. If you want more control then you can wrap them within a div and style that.
Cheers!
January 9, 2017 at 12:52 pm #1322742
jennymbutterfieldParticipantHi Again,
I tried the code… and it didn’t work.
I copy-pasted what you gave me into Customize->Custom->Edit Global CSS, and no changes took affect.
Thank you!
January 9, 2017 at 1:15 pm #1322767
JoaoModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
January 9, 2017 at 1:37 pm #1322807
jennymbutterfieldParticipantHi again!
I actually got the code to work… so, my content is floating to the right of the logo container.
However, it’s floating at the top of the container. Could you show me what the code would look like with the <div so that my content is at the bottom of the logo container, “sitting” on top of the navbar?
Thank you! If I have any further issues, I would be more than happy to submit my credentials.
Jenny
January 9, 2017 at 9:08 pm #1323327
JadeModeratorHi Jenny,
Please add this code:
.x-logobar form, .x-logobar .fa-ul { padding-top: 82px; }Hope this helps.
January 10, 2017 at 10:25 am #1324102
jennymbutterfieldParticipantThat is perfect! Thanks much for your help!
Jenny
January 10, 2017 at 11:01 am #1324176
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322393 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
