Icon and download button misaligned vertical

Viewing 9 posts - 1 through 9 (of 9 total)
#190995

Daniel D.
Participant

When I insert the shortcode on the page, the rectangle that appears with the information, both on desktop and mobile, the download button appears vertically misaligned, as well as the icon.

How can I center these elements? Can I do it with CSS code?

#191001

Nayeem Riddhi
Moderator

Hello Daniel D,

Hope you are well. Can you please share the related URL? if possible, can you please, give your temporary wp-admin login details in a private reply to check the issue?

Thank you and regards

#191007

Daniel D.
Participant
This reply has been marked as private.
#191033

Nayeem Riddhi
Moderator

Are you talking about the rectangle here as I image attached,
2023-11-04-194905

please let me know. And how appearance do want in shortcode page, please let me know

Thank you and regards

#191035

Daniel D.
Participant

Exactly, I am referring to that rectangle, all the information inside (especially the icon and download button) should be centered vertically with respect to that rectangle that you indicate, and something important, that it is centered in both the desktop version and the mobile version.

If you send me an email I can send you the information attaching images

#191037

Nayeem Riddhi
Moderator

You can also share your images here, how you want to see on the shortcode page. you can upload your images here,
https://imgbb.com/
please check and let me know

Thank you and regards

#191057

Daniel D.
Participant
This reply has been marked as private.
#191059

Nayeem Riddhi
Moderator

Hello Daniel again,

Can you please elaborate more? The image appearance is the same as you shared your link URL. please check and let me know

Thank you again and regards

#191313

Shahjada
Keymaster

Hi,
I’ve added the following css in your customizer to make the button vertically centered:

.link-template-default.card .wpdm-download-link.btn.btn-primary {
  margin-top: 7px;
  margin-right: 5px;
}
Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Icon and download button misaligned vertical’ is closed to new replies.