Package-Title font and Centering Content

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

Bryan Blain
Participant

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

#154479

Tanvir
Moderator

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.

#154481

Bryan Blain
Participant

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

Thank you!!

#154538

Humayon
Moderator

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.