Hi, how reduce this space please?
thank you
Questions & Answers for vBNominate.
Click here to buy!
Hi, how reduce this space please?
thank 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
replace with something likePHP Code:#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;
}
FindPHP Code:#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;
}
replace withPHP Code:#nomnom_menu li li li {
padding-right: 1em;
width: 30em;
}
FindPHP Code:#nomnom_menu li li li {
padding-right: 1em;
width: 20em;
}
replace withPHP Code:#nomnom_menu li ul li ul a {
width: 33em;
w\idth: 29em;
}
See if that works for you.PHP Code:#nomnom_menu li ul li ul a {
width: 23em;
w\idth: 19em;
}
Post Thanks / Like - 1 Thanks, 0 Likes, 0 Dislikes, 0allan84 thanked for this post
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks