Support ForumSubmenu (sub item) position too low. Big top padding on first item – Support Forum https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/feed Fri, 27 Dec 2024 00:43:48 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5288 <![CDATA[Submenu (sub item) position too low. Big top padding on first item]]> https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5288 Mon, 03 Nov 2014 17:49:46 +0000 banbako4u Hi,

Im placing submenus on my website, and they get placed in a really low position, leaving a long space above. How can I do to move the submenu list above, so the space is much less?

Also how can I change the with of the submenu square, because is much longer than the text.

Thank you!!.

]]>
https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5293 <![CDATA[Reply To: Submenu (sub item) position too low. Big top padding on first item]]> https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5293 Mon, 03 Nov 2014 18:07:41 +0000 IshYoBoy Hi there,

Not sure what you mean exactly. Could you please provide a screenshot and the link?
I guess all this should be easily controlled via CSS. Just Inspect the menu item in Google Chrome using the “Inspect Element” functionality and see what styles were applied to it. Then simple override it in your child theme or “Custom CSS” field. You might have to use “!important” on some places.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5294 <![CDATA[Reply To: Submenu (sub item) position too low. Big top padding on first item]]> https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5294 Mon, 03 Nov 2014 18:14:16 +0000 banbako4u https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5296 <![CDATA[Reply To: Submenu (sub item) position too low. Big top padding on first item]]> https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5296 Mon, 03 Nov 2014 18:20:58 +0000 IshYoBoy Hey,

Thank you very much! We see the problem. It is caused by this custom CSS code:

Please change it to:

So that it gets applied to the first item of the main navigation only and not on all first list items in the navigation.

Sorry for the incorrect code that you probably got from here:

Phone number on the Header

We have fixed it in that topic as well.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5300 <![CDATA[Reply To: Submenu (sub item) position too low. Big top padding on first item]]> https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5300 Mon, 03 Nov 2014 18:35:06 +0000 banbako4u Thank you for the answer. It Is much better!

*Is it possible that the submenu in clients be centered? Right now is in to the left. I mean, How I can align perfectly in the center?
*And is it possible that the submenu rectangle options be closer that the maim menu, I mean less distance between the main and the sub?

Thank you!

]]>
https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5305 <![CDATA[Reply To: Submenu (sub item) position too low. Big top padding on first item]]> https://support.ishyoboy.com/forums/topic/submenu-sub-item-position-too-low-big-top-padding-on-first-item/#post-5305 Tue, 04 Nov 2014 05:12:29 +0000 IshYoBoy Hey,

All this needs to be done via custom CSS either by placing it in the child theme or into the “Custom CSS” field under Theme Options.

You can use “Inspect Element” to see what class names are used and generate an adequate css selector.

For the centered texts you’ll have to apply “text-align: center” and for the distance maybe try decreasing the padding of the first level nav. Something like this:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>