Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #781503

    Hi,

    I would like to push down and align the button to align with text.

    Any help would be much appreciated!

    #781561

    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

    #781576

    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?

    #781586

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.