Fixed Mega Menu Size?

Support Area Forums United Fixed Mega Menu Size?

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #19567
    Ashley Davis
    Participant

    Hey Bill,

    Is there any way to make the Mega Menu drop-down backgrounds all the same size, so when someone clicks from one menu option to the next, they are all the same dimensions and don’t jump around?

    Thanks again for all of your help!
    Ashley

    #19570
    Bill Robbins
    Moderator

    I think that’s possible. I’d suggest setting a min-height instead of using height, just in case. Add this to the Custom CSS:

    
    .cbp-hrmenu .cbp-hrsub { 
    	min-height: 300px;
    }
    

    You can change the 300px to a larger/smaller number just depending on the content.

    #19576
    Ashley Davis
    Participant

    That worked, but I’d prefer to have it even a little tighter. (When I went smaller than 300 they were no longer all the same size, since I guess one one them needed a larger space)

    Is there a way to adjust the padding space around the widgets to tighten everything up a bit?

    Thanks Bill!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixed Mega Menu Size?’ is closed to new replies.