Tagged: button alignment
Hi,
I would like to push down and align the button to align with text.
Any help would be much appreciated!
Hey fairusd,
Can you try applying this style to that link:
vertical-align:middle;
Or, you can also apply a Link CSS class when you insert the image. use something like “inline-button”, then in the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file, add this:
.inline-button { vertical-align:middle; }
For an explanation about why this happens, you can read this thread.
I hope that helps!
Sarah
Hi Sarah,
Thanks for the reply.
I tried the second method and it doesn’t seem to fix it.
How do i apply the first method? Through Quick CSS?
Hi,
For the first method, you put it in the link’s style. I see that you had applied several styles: margin: 0px; padding: 0px; display: inline-block; position: relative; overflow: hidden;
Please add vertical-align:middle
to the same place.
Best regards,
Sarah