Columns in submenu

Linkebel
161 Posts
Linkebel posted this 20 May 2016

I need to create 2 columns or even 3 to the submenu

I used this code

.bd-menu-10 {display:inline-block; width:500px !important;}
.bd-menuitem-25 {width:50% !important;}
.bd-menuitem-25 a:hover{color:#FFFFFF;}
.bd-menuitem-25:nth-child(odd){float:right;}

With

.bd-menuitem-25:nth-child(even){float:right;}

I have a "hole" in the submenu (see picture) to the left

and with

.bd-menuitem-25:nth-child(odd){float:right;}

I have a "hole" at the top

Can you help me so that the "hole" is at the bottom right, please?

Or any other code for columns in the submenu

enter image description here

I need to create 2 columns or even 3 to the submenu I used this code .bd-menu-10 {display:inline-block; width:500px !important;} .bd-menuitem-25 {width:50% !important;} .bd-menuitem-25 a:hover{color:#FFFFFF;} .bd-menuitem-25:nth-child(odd){float:right;} With .bd-menuitem-25:nth-child(even){float:right;} I have a "hole" in the submenu (see picture) to the left and with .bd-menuitem-25:nth-child(odd){float:right;} I have a "hole" at the top Can you help me so that the "hole" is at the bottom right, please? Or any other code for columns in the submenu ![enter image description here][1] [1]: http://postimg.org/image/q3slvg3gh/
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Linkebel
161 Posts
Linkebel posted this 20 May 2016

Image: http://postimg.org/image/q3slvg3gh/

Image: http://postimg.org/image/q3slvg3gh/
Linkebel
161 Posts
Linkebel posted this 20 May 2016

Website: http://www.ovivostyle.eu/

Website: http://www.ovivostyle.eu/
Support Team
Support Team posted this 24 May 2016

Hello,
I'm sorry for delay in response.
The empty space on screenshot
http://postimg.org/image/q3slvg3gh/
and on the site

EmptySpace.png

is caused by odd number of subitems. So it's not possible to get rid of it.

If I misunderstood your question please let us know

regards,
Aileen

Hello, I'm sorry for delay in response. The empty space on screenshot http://postimg.org/image/q3slvg3gh/ and on the site !EmptySpace.png! is caused by odd number of subitems. So it's not possible to get rid of it. If I misunderstood your question please let us know regards, Aileen
Linkebel
161 Posts
Linkebel posted this 25 May 2016

Thank you for your reply, I opted for this solution works very well

http://answers.themler.com/questions/9106/submenu-column

Thank you ;-)

Thank you for your reply, I opted for this solution works very well http://answers.themler.com/questions/9106/submenu-column Thank you ;-)
Support Team
Support Team posted this 25 May 2016

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
You must log in or register to leave comments