Log in

View Full Version : icon legend area height


Barbara1
01-24-2015, 01:27 PM
hello, i am working on a theme and i dont remember where are the settings of this at the stylevar editor. (vb 4.2.0)
i want to add some more pixels at the bottom of the icon legend area at the forumdisplay.php.
(edited)
can anyone help me with this please?
thank you in advance :)

bzcomputers
01-24-2015, 02:24 PM
Try adding:

#wgo_legend.wgo_subblock.section {
height: XXpx;
}


to your additional.css template, adjusting XX for your required height size.

Barbara1
01-24-2015, 03:14 PM
sorry mate. didnt worked :(
thank you though for the help :)

Lynne
01-24-2015, 06:50 PM
Can we get a link to view the style so we can play with the CSS in it?

Barbara1
01-24-2015, 10:23 PM
(edited)

thank you:)

Lynne
01-25-2015, 05:34 PM
This will 'stack' them, but then you have issues with your background:
.wgo_block .section dl dd {
height: 100px;
}
.wgo_block .section dl.icon_legends dt {clear: left;)

Barbara1
01-25-2015, 06:43 PM
This will 'stack' them, but then you have issues with your background:
.wgo_block .section dl dd {
height: 100px;
}
.wgo_block .section dl.icon_legends dt {clear: left;)i'll better reduse the icons size then. no big deal.
thank you very much Lynne for the help :)