PDA

View Full Version : What stylevar controls this?


joeychgo
04-22-2015, 01:27 PM
Anyone know what stylevar controls this? (see attachment)

napy8gen
04-22-2015, 03:35 PM
I think no styelvars for that legend
you need to overwrite this in css templates>additional.css. I hate to tell this. But I am vb4 stylevars master. But there is none for legend.

default is black.

legend {
color: #d30036;
}

joeychgo
04-22-2015, 06:40 PM
um, im not sure I understand what your saying. Im concerned about the alignment, not the color

TheLastSuperman
04-22-2015, 07:06 PM
^ Alignment is not the issue, the background for another area is whats making it appear to be misaligned, fix the white blocks to brown or vice-versa and redo the text color (perhaps to a white) and it *should* show fine, if not let us know. It only appears to be misaligned due to how the background color behind it is specified.

Stratis
04-24-2015, 04:11 AM
Try to find phrases and before put <br /><br />

cellarius
04-24-2015, 05:47 AM
Try to find phrases and before put <br /><br />
Bad idea. So: Don't.

Stratis
04-24-2015, 01:54 PM
You know better if its wrong or not, but I had this issue to.
https://vborg.vbsupport.ru/external/2015/04/4.jpg


with <br />

https://vborg.vbsupport.ru/external/2015/04/5.jpg

And other option I had, is to put in front and back of phrase 2 spaces with code: &nbsp;

https://vborg.vbsupport.ru/external/2015/04/6.jpg

Any better solution will be great :)

WEBDosser
04-24-2015, 03:00 PM
Block Body Background

joeychgo
04-24-2015, 04:26 PM
Block Body Background


Thank you - Making that transparent fixed it.

Do you know if this affects anywhere else? I didn't notice anything when I changed it to transparant

WEBDosser
04-25-2015, 03:04 AM
If it does then fill it with a colored image..

cellarius
04-25-2015, 05:21 AM
You know better if its wrong or not, but I had this issue to.)
We could debate whether your solution with <br /> even looks good (this is down to taste). But trying to fix things like that with linebreaks or non-breakable spaces is like trying to use spaces in word for formatting.