[SalesForce] Custom Button on Lightning Experience

I created a custom button Send Email in Lightning Experience. The problem is that button in visible in feed section layout, but I want to put it in the upper right corner of page layouts near Edit, Clone, Delete ecc….

How Can I do that? Thanks

I add an image that explain the situation.

enter image description here

EDIT:
I would like to explain you better my problem.

I have created three custom quick action:
enter image description here

I have added them to the case page Layout as you can see

enter image description here

I would like to understand the reason why I don’t see these three custom action in the Page Layout in the section in the top right

enter image description here

Best Answer

Please refer to this: https://help.salesforce.com/articleView?id=actions_in_lex.htm&type=0

In Lightning Experience, actions display in the Global Actions menu in the header, on related lists, on list view items, and in several places on a record page. Where they appear on a record page depends on the action’s type.

[...] The page-level action menu in the record’s highlights panel (1) contains: [...] Global and object-specific quick actions, except for those related to creating tasks, creating events, and logging calls. [...]

The Activity tab (2) contains Create a Record quick actions that point to the Event and Task objects. It also contains Log A Call actions and Send Email actions.

It's a built-in Lightning page behaviour. If you have a Quick Action that creates an Activity or sends an E-mail, it winds up in that tab instead of the button area. They just don't give you any choice in the matter.