Tagged: x
-
AuthorPosts
-
June 16, 2016 at 5:53 pm #1046052
JPParticipantHi
I activated header widget and placed some text in it but i cannot see it appear.
any ideas?
thanks
June 16, 2016 at 5:54 pm #1046054
JPParticipantThis reply has been marked as private.June 16, 2016 at 9:31 pm #1046376
John EzraMemberHi there,
Thanks for writing in! The header widget bar is collapsible, if you toggle the “+” plus button on the upper right hand corner you can see your widget and text there is working.
If you want the header widgets to always be visible then use the following CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-widgetbar.collapse { height: auto; display: block !important; } .masthead{ margin-top: 150px; } a.x-btn-widgetbar.collapsed, a.x-btn-widgetbar { display:none; }Note: you will need to adjust the .masthead margin value depending on the size of your widgets to move the rest of the site below it. Currently it is set to just what you have there.
Hope this helps – thanks!
June 18, 2016 at 8:02 pm #1048836
JPParticipantThanks. I didn’t realise this.
If I want to add some links (My Account) on the right of the screen in the white space level with and opposite the logo how do i do this?
cheers!
June 19, 2016 at 3:57 am #1049064
ChristianModeratorYou will need to create or setup a menu. See codex.wordpress.org/WordPress_Menu_User_Guide for details.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1046052 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
