Package-Title font and Centering Content

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
May 28, 2021 at 10:09 am
#154462
Participant
Bryan Blain
OP

Hi there,
I have changed the h3. package-title font via CSS but I am wondering if there is a specific setting I can change instead?
Then, the content in the box (package title + download button) are left-justified – I would like the text to be centered with the download button below because it is in a narrow column – is this possible or easily achievable?
Thank you!
Olivia

May 29, 2021 at 5:28 am
#154479
Spectator
Tanvir

Hello Olivia,

Hope you are well.
Will you please please share the related page/file/package URL with us?
It helps me to quickly figure out the issue and squash it immediately.

When I receive your request, I will be able to provide you with the CSS solution or suggest an alternative method.

Thanks.

May 29, 2021 at 6:15 am
#154481
Participant
Bryan Blain
OP

No problem – https://www.ledgerpay.com/home-2/

Thank you!!

May 30, 2021 at 1:48 pm
#154538
Spectator
Humayon

Hello @livseay2,
Thank you for the URL.
Please add the below CSS codes in your currently active themes Dashboard>Appearance>Customize>Additional CSS

.page-id-8890 .w3eden .media {
  align-items: flex-start;
  flex-direction: column;
}
.page-id-8890 .ml-3.wpdmdl-btn {
  margin-left: 0 !important;
  margin-top: 1rem;
}

Hopefully, your problem will be solved.
However, you can edit a template in the WPDM Pro version easily by following this screencast.
Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic "Package-Title font and Centering Content" is closed to new replies.