Status
Not open for further replies.
I made it longer because I can't make it auto grow with the length of text. If you know all your nominations will be shorter in length there's a few css variables you need to adjust.

ACP->Styles & Templates -> Style Manager

Select Edit Templates on master or your style
Double Click CSS Templates
Open dbtech_vbnomnom.css

Find
PHP:
#nomnom_menu li li ul {
    position: absolute;
    left: -999em;
    height: auto;
    color: {vb:stylevar popupmenu_link_color};
    background: {vb:stylevar popupmenu_link_background};
    border: {vb:stylevar popupmenu_border};
    border-width: 0.25em;
    width: 31.4em;
    w\idth: 30.9em;
    font-weight: normal;
    margin: 0;
}

replace with something like

PHP:
#nomnom_menu li li ul {
    position: absolute;
    left: -999em;
    height: auto;
    color: {vb:stylevar popupmenu_link_color};
    background: {vb:stylevar popupmenu_link_background};
    border: {vb:stylevar popupmenu_border};
    border-width: 0.25em;
    width: 21.4em;
    w\idth: 20.9em;
    font-weight: normal;
    margin: 0;
}

Find

PHP:
#nomnom_menu li li li {
    padding-right: 1em;
    width: 30em;
}

replace with

PHP:
#nomnom_menu li li li {
    padding-right: 1em;
    width: 20em;
}

Find

PHP:
#nomnom_menu li ul li ul a {
    width: 33em;
    w\idth: 29em;
}

replace with

PHP:
#nomnom_menu li ul li ul a {
    width: 23em;
    w\idth: 19em;
}

See if that works for you.
 
I made it longer because I can't make it auto grow with the length of text. If you know all your nominations will be shorter in length there's a few css variables you need to adjust.

ACP->Styles & Templates -> Style Manager

Select Edit Templates on master or your style
Double Click CSS Templates
Open dbtech_vbnomnom.css

Find
PHP:
#nomnom_menu li li ul {
    position: absolute;
    left: -999em;
    height: auto;
    color: {vb:stylevar popupmenu_link_color};
    background: {vb:stylevar popupmenu_link_background};
    border: {vb:stylevar popupmenu_border};
    border-width: 0.25em;
    width: 31.4em;
    w\idth: 30.9em;
    font-weight: normal;
    margin: 0;
}

replace with something like

PHP:
#nomnom_menu li li ul {
    position: absolute;
    left: -999em;
    height: auto;
    color: {vb:stylevar popupmenu_link_color};
    background: {vb:stylevar popupmenu_link_background};
    border: {vb:stylevar popupmenu_border};
    border-width: 0.25em;
    width: 21.4em;
    w\idth: 20.9em;
    font-weight: normal;
    margin: 0;
}

Find

PHP:
#nomnom_menu li li li {
    padding-right: 1em;
    width: 30em;
}

replace with

PHP:
#nomnom_menu li li li {
    padding-right: 1em;
    width: 20em;
}

Find

PHP:
#nomnom_menu li ul li ul a {
    width: 33em;
    w\idth: 29em;
}

replace with

PHP:
#nomnom_menu li ul li ul a {
    width: 23em;
    w\idth: 19em;
}

See if that works for you.

Just a suggestion for you, but why not make the box 2/3rds of it's actual length and then centre all of the options in the centre of the Box?

It would look alot neater and less out of place.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket
Replies
10
Views
2K
  • Locked
  • Support ticket
Replies
17
Views
3K
  • Locked
  • Support ticket
Question Confusion
Replies
12
Views
2K

Legacy vBNominate

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
304
Customer rating
0.00 star(s) 0 ratings
Back
Top