Sub-Menu items in 3 columns

Posted in: Newspaper
Post count: 11

Hi,

I have managed after a long time to get my sub-cats into 3 columns. Can someone please tell me how to make the sub-category wider in css? I need the selector to be able to change the width. Can someone please help?

http://www.screencast.com/t/P2cNkJKP8

I just really need to change it to 30em instead of 20 please?

Post count: 23312

Hello Adcomm_Media,

If you want to increase that container you should use a bit of CSS code and add it to Theme panel -> Custom CSS area.

The code is ->

.td_mega_menu_sub_cats{
width:30em;
}

The result is here -> https://www.screencast.com/t/99VsTBZb9Va0

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.