Tagged: x
-
AuthorPosts
-
October 10, 2016 at 6:06 pm #1210611
soycafeParticipantHi,
I really like the functionality aspect of the Ubermenu. The issue I am having is I am not able to line up the menu with the logo. I would like the menu to be in-line with the log the same way it was within the renew stack. I’ve reviewed this site, https://community.theme.co/kb/integrated-plugins-ubermenu/ , but it did not helpmy site https://checkuptech.com
Thank you for your help
October 11, 2016 at 1:32 am #1211004
RupokMemberHi there,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer..x-nav-wrap.desktop { float: right; margin-top: 5px; width: 75%; }Additionally I can see you have added phone number which is not lined properly. If you want to fix this then add the below code as well :
.desktop .menu-item.x-menu-item.x-menu-item-search { display: inline-block; margin-top: 12px; } .desktop .menu-item.x-menu-item.x-menu-item-phone { display: inline-block; margin-left: 15px; }Hope this helps.
October 11, 2016 at 1:43 am #1211010
soycafeParticipantawesome! thanks
October 11, 2016 at 2:53 am #1211074
soycafeParticipantone last thing, since you helped me line up the phone number. I would like to also increase the font-size of the phone number.
thanks
October 11, 2016 at 4:20 am #1211163
LelyModeratorHello There,
You’re welcome!
Please look for this custom CSS from your child theme’s style.css file:
#x-menu-item-phone a { font-size: 13px; color: #fdb713; }Update to this:
#x-menu-item-phone a { font-size: 17px; /*Adjust this accordingly. 17px is your other menu font size*/ color: #fdb713; }Hope this helps.
October 11, 2016 at 2:48 pm #1211967
soycafeParticipantThank you!
October 11, 2016 at 5:34 pm #1212126
JadeModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1210611 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
