The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Bulk management pag...
 
Share:
Notifications
Clear all

Question [Solved] Bulk management page not aligned

3 Posts
2 Users
1 Reactions
151 Views
Posts: 32
Topic starter
(@doctorbr)
Trusted Member
Joined: 9 months ago

The page that opens after clicking on any link from the email: Bulk Management via email, shows the information aligned on the left, not centralized.

2024 06 18 16 30 57   wpDiscuz Bulk management via email problem

How can I centralize the information on it?

I would also like to keep only the information that the procedure was successful.

Maintain the link "Bulk Management via email" and the instructions for the user to get the email again and unnecessary and generates confusion. After all, the user already has the email with the links. 🙂

Thanks in advance!

2 Replies
Asti
Posts: 7445
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

Use the CSS code below: 

.wpdc-unsubscription-main {
    text-align: center;
}

Maintain the link "Bulk Management via email" and the instructions for the user to get the email again and unnecessary and generates confusion. After all, the user already has the email with the links. 🙂

Use the CSS code: 

.wpdc-unsubscription-bulk {
    display: none;
}

Insert the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Posts: 32
Topic starter
(@doctorbr)
Trusted Member
Joined: 9 months ago

It worked!

Thank you very much! 🙂 

 

Share: