Tagged: x
-
AuthorPosts
-
September 16, 2016 at 6:55 pm #1178769
lilyParticipantHello staff!
I found this post to be very helpful regarding bottom footer formatting, but the code did not give me the desired results:
https://community.theme.co/forums/topic/bottom-footer-formatting-content-vertical-spacing-footer-height-social-icons/I would like the bottom footer to look like this, but keep the font and the font size that I currently have:
http://www.stampd.com/pages/privacy-policyAnd I also wanted to my social media icons to stay the same, but have them show up on the top nav bar. I originally removed them from the top bar, but I’m not sure how to put them back there.
I like how the top nav bar looks here with social icons, which are how I have my social icons as well:
http://epicmatcha.com/Could you please help?
September 16, 2016 at 6:57 pm #1178775
lilyParticipantThis reply has been marked as private.September 17, 2016 at 2:01 am #1179116
LelyModeratorHi Lily,
I can see that you have displayed menu and social icons on the topbar on the same line successfully. If you want both of them centered, please also add the following CSS:
.x-colophon.bottom .x-container { max-width: 739px; margin: 0 auto; }To display social media icons on Topbar again, please remove this custom CSS:
.x-topbar { height: 15px; min-height: 0; } .x-topbar .x-social-global { display: none; }To remove the circle background on your topbar social icons, please add this custom CSS:
.x-topbar .x-social-global a { background: transparent; }Hope this helps.
September 17, 2016 at 9:06 am #1179361
lilyParticipantthank you very much! this helps a lot!
Could you help me align the facebook like button next to the social media in the top bar like this: http://epicmatcha.com/? And the text “have questions? contact us” should be in line with the facebook like button too.
September 17, 2016 at 7:39 pm #1179687
Rue NelModeratorHello There,
Thanks for the updates! To resolve this last issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-topbar .p-info { float: right; border-right: solid 2px #000; margin-right: 20px; }And you also need to add the following JS code in the customizer, Appearance > Customize > Custom > Javascript
(function($){ $(document).ready(function(){ $('.x-topbar .p-info').insertAfter('.x-topbar .x-social-global'); }); })(jQuery);Like this: http://prntscr.com/cj9eyz
We would loved to know if this has work for you. Thank you.
September 18, 2016 at 11:02 am #1180251
lilyParticipantthank you so much Rue! It looks perfect!
September 18, 2016 at 11:12 am #1180256
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1178769 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
