Thank you, is use it like this because i need 2" one left and one right. can you please add that to my base because i'm confused, all day working with that info pane :/? example:
.fieldchar{
text-align: left;
display: inline-block;
float:left;
}
add the extra width:100% or your other trick here if it's possible, so i will be able to make it for both, title/content, thank you
You wouldn't use width: 100%; that was just an example of some plain css to add there. What you would have needed if you didn't resolve this is to use @media css code to change the code when "a screen resolution" is smaller or larger so they all look the same in different resolutions.