This topic has 6 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Robert Hall
Hi,
I am trying to things in align, when using menu-full-width in CSS classes.
http://jungwunberry.com/
Site address is above, I kind of have many brand names which all should be in “Brand” menu.
I know I need to make colums to align them, so I was thinking of creating colums, such as “A to D”, “I to T”, something like alphebetical order, only for aligning them.
But, I don’t want “A to D” kinds of meaningless subcateory appears in widget (brand filter widget), also I need to make it unclickable.
Can we make invisible subcateory, only for performing colums to align whole bunch of sub items? (in this case, those are brands.)
I created an admin account if you want to look that up.
Thanks!
Hello,
Sorry, but your request is a bit unclear.
Could you please show on screenshots what you’re trying to achieve?
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thank you for the reply.
Here comes screen shots of current situation.
As you can see, that was kind of messed, since I need to put many brand names in there.
Therefore I made 5 columns for aligning them, such as “A To D”, “E To I”, “L To N”, etc.
That seems okay to me, but I want to make “A To D” invisible if it is possible.
I’m using “8theme – Brand Filter” widget, I don’t want to show “A to D” there.
Thanks!
Hello,
Sorry, but I can’t see some nav that you show on screenshot above. Do you made some changes?
Regards,
Robert Hall.
Hello Robert,
Actually, you can see it by clicking “BRAND”.
Thanks
Add this code into custom.cs file.
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li > a {
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up