hi
I have a multi line address in my footer and it has been setup with <span>
tags for each line and then display: block;
or display: inline-block;
used to adjust the lines through various media queries. It has been working fine for quite some time, but when I was making some adjustments, it now appears to display incorrectly.
I am finding some small quirks with doing it this way, as at the moment, I cannot get one line to break when I want and another produces quite a sizeable gap between one line and the next.
Is this the preferred way to handle something like this, or is a better way to use the <br>
tag, giving it a class and then using media queries to have them either display or not? So it would be like <br class="address4">
for instance…then using the media query to make it display or not.
The url is feastthailand.com and the two address lines of concern are the phone number .address4, which will not sit where I want it (next to the line above) and the gap between the bold PRIVACY POLICY TERMS & CONDITIONS (.address6) and the next line of WAIVER & RELEASE OF LIABILITY (.address7) From 768px .address7 drops below .address6 but there is line of space then between the two lines.
Any suggestions of a correct way to achieve this, either using span or another preferred method like the <br>
one above?
cheers