- This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Hi,
I’m having problem aligning the hyperlink text. Here’s how it looks like now: http://postimage.org/image/6o3mtuc37/
Here’s the code:
Download Poster[like xfbml=false action=like layout=button_count width=80 height=20 div=true]
[si-contact-form form='7']
How can I make the Download Poster in the middle of both the FB Like Button and the Follow Us On Facebook image?
Thanks!
Eric.
[like xfbml=false action=like layout=button_count width=80 height=20 div=true]Download Poster
Sorry…. I think I describe it wrongly.
I mean how can I put the Download Poster font alignment in the middle of both FB Like Button and Follow Us On Facebook image alignments.
The Download Poster still in the first item. I would like to change the text alignment of it.
I figured out it using table:
Download Poster
[like xfbml=false action=like layout=button_count width=80 height=20 div=true]

Not sure if we can do it without using table?
Thanks!
Eric.
I don’t understand. If you can change the markup, why don’t you just reorder all of the elements?
Reorder all elements as in how?
If you can see the screenshot, the hyperlink is at the baseline of the fb button and the follow us link image. What I want is to make the hyperlink in the middle of instead of baseline/bottom.
img {
vertical-align: middle;
}
Hi Joshua,
I believe that will work only for the last image. How about the FB like button ?
[like xfbml=false action=like layout=button_count width=80 height=20 div=true]
I need to see the markup of the button, not the shortcode.