Home › Forums › Gravida Support › Top bar widget not working
- This topic has 3 replies, 3 voices, and was last updated 3 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
October 22, 2019 at 10:04 am #132951
My site is using WP-Members, which has a login/registration widget. I took of the Gravida’s “Sign-up, Sign-in” in order to use the WP-Members widget. I set the WP-Members widget to appear on the top bar right, but it is not showing.
The WP-Members is currently on the sidebar because it will not work on the top bar. Could there be a conflict with your built in sign-in widget? The url is https://indigoplantationpoa.pruntyfamily.com/indigo/
Thank you.October 24, 2019 at 11:15 am #133166Kindly go to appearance>customize>header>header layout and change the header layout to the one which shows the top bar.
Then it will showcase widget as well.
Regards,
November 6, 2019 at 1:13 pm #133845Thanks, That worked. However the vertical layout of the login widget makes the top bar height appear very large. Is there a way to show login/register elements side by side (horizontal) so the top bar is not so large?
Here is the site link. https://indigoplantationpoa.pruntyfamily.com/indigo/November 7, 2019 at 5:03 am #133863Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.button_div { float: left; margin:0 0 0 30px !important;} #wp-members label { float:left; margin:0 20px;} .div_texbox { float:left;} #wp-members input[type="submit"] { min-height:inherit !important;} #wp-members h2 { display:none;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.