Tagged: x
-
AuthorPosts
-
January 24, 2017 at 5:11 pm #1343851
Pablo FParticipantHi,
As I can see this question have been made many times and I have lost a half an hour trying to fix this issue with many other of your solutins without success.
Capture 1
As you can see, the search button is placed at the center bottom of the navigation bar. How could it be fixed placing it to the right of the main navigation bar as expected, in grey color instead red?
Capture 2
No matter the Uber Menu settings I´m trying, the secondary menu items are aligned to the left and the with of the submenu is the same of the main navigation bar. How could the items be centered below their parent item, and make the submenu width narrowed to fit just the 3 items?
Thank you.
January 24, 2017 at 5:13 pm #1343856
Pablo FParticipantThis reply has been marked as private.January 24, 2017 at 11:52 pm #1344273
RupokMemberHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
.menu-item.x-menu-item.x-menu-item-search {
display: inline;
line-height: 48px;
}#2. Your submenu is set to be fullwdith. If you can’t configure the settings, you can use this CSS :
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width { width: auto; }Hope this helps.
Cheers!
January 25, 2017 at 12:51 am #1344317
Pablo FParticipantIt worked!
But for some reason, as you can see in the capture, the submenu is aligned to the left below the navigation bar item.
Do you know how to fix it?
Is it supposed that these submenu settings could be setup without custom CSS? I´ve tried many combinations but no one works here.
Thank you.
January 25, 2017 at 1:06 am #1344327
Pablo FParticipantJust another question while waiting for your answer, as you currently have the login to my site:
How could the sidebar completely be removed at the /proyectos (portfolio) page and turn this page fullwidth?
EDITED QUESTION (SOLVED): I have found it in the page editor Layout > “Full width”.
January 25, 2017 at 7:12 am #1344633
Paul RModeratorHi,
Glad you were able to figure it out. Have a great day! 🙂
January 25, 2017 at 7:14 am #1344636
Pablo FParticipantYou too Paul,
But my previous message was not answered yet… Do you have any clue to solve it?
for some reason, as you can see in the capture, the submenu is aligned to the left below the navigation bar item.
Do you know how to fix it?
Is it supposed that these submenu settings could be setup without custom CSS? I´ve tried many combinations but no one works here.
January 25, 2017 at 10:23 am #1344903
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.ubermenu .ubermenu-submenu .ubermenu-column { float: none; } .ubermenu .ubermenu-item { text-align: center !important; }Hope it helps
Joao
January 25, 2017 at 10:39 am #1344923
Pablo FParticipantThan you Joao,
But maybe I haven´t explained so well.
As you can see in the attached captures:
m1 (your solution): it´s not what I need.
m2: that´s the way it looks now.
m3: the way it should work.Thank you.
January 25, 2017 at 2:25 pm #1345202
Nabeel AModeratorHi again,
It looks good on my end now, may be you’ve added another sub menu item. However to centralize it, you can add this code in your Customizer:
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width, .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar { left: 70px !important; }Adjust the left value as per your need. Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1343851 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
