Support ForumMenu widget problems – Support Forum https://support.ishyoboy.com/forums/topic/menu-widget-problems/feed/ Tue, 07 May 2024 07:54:43 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9869 <![CDATA[Menu widget problems]]> https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9869 Wed, 09 Sep 2015 19:07:09 +0000 empow Hi,
I am trying to add a menu in the footer of our staging site. I have the menu there but the alignment and each primary menu heading needs some work. I would like to align each heading side by side with the submenu below. Also, how do I change the font size/color/etc. of each item? My site is https://staging.empow.me

An example of what I’m looking to do is here: https://www.networksolutions.com You will see at the bottom of the page a very simple menu but it is side by side and each menu heading is green with white submenu items.

How can I do this?
Edit: I totally forgot I did get it aligned but I don’t think the way I did it is correct since I had to use each menu id #(seems to be randomly assigned) in css. I think if I add items or remove it will get all messed up the way I did it.

]]>
https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9875 <![CDATA[Reply To: Menu widget problems]]> https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9875 Thu, 10 Sep 2015 05:01:04 +0000 IshYoBoy Hey,

Why don’t you use a separate widget for each column? In this way you will not have to care about the alignment and also the menus will look cool even in responsive view.

P.S. To avoid using ID’s you can use more advanced CSS Selectors. Like immediate children of the current element, first-child, last-child, etc..

https://www.w3schools.com/cssref/css_selectors.asp

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/menu-widget-problems/#post-9883 <![CDATA[Reply To: Menu widget problems]]> https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9883 Thu, 10 Sep 2015 19:09:36 +0000 empow Yes I did think about the columns and individual menu widget but we have more than 4 items and the widget allows 4 a most columns.

Thank you for the reference to first-child etc. I have gone to the link you provided and was able to use that instead of menu id#’s. Great help!
Thanks,
Susie

]]>
https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9890 <![CDATA[Reply To: Menu widget problems]]> https://support.ishyoboy.com/forums/topic/menu-widget-problems/#post-9890 Fri, 11 Sep 2015 05:50:28 +0000 IshYoBoy Hi Susie,

in this case you can add “CSS media query” for better responsive view.

Read more about media query:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

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

]]>