Help: Custom CSS to align 'Print' text
-
I’m trying to get the printfriendly text to ‘vertical-align:top’ instead of ‘bottom’ but by css must be written incorrectly.
I’m using a custom css file which is working correctly with the exception of this class, see screenshot: http://i.imgur.com/jJvq0mB.png
I’ve tried the following to no avail:
#printfriendly #a {
vertical-align: top;
}#printfriendly #a:link{
vertical-align: top;
}#printfriendly #a:visited {
vertical-align: top;
}If someone could point me in the right direction as to what the correct css syntax is I would greatly appreciate it!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Help: Custom CSS to align 'Print' text’ is closed to new replies.