Thank you for your reply. You can see what I want here because I made the changes I wonted.
As you can see, I have reduced the gallery to 70% and moved its left the location details so I guess that the order should be:
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_header', 5);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_gallery', 10);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_location', 15);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_description', 20);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_features', 25);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_floors', 30);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_attachments', 35);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_map_directions', 40);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_nearby_places', 45);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_walk_score', 50);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_contact_agent', 55);
$this->loader->add_action('ere_single_property_summary', $this, 'single_property_footer', 90);
I have got this result editing wp-content/plugins/essential-real-estate/public/class-ere-template-hooks.php file but I have seen that it is not possible to copy this file in /mytheme/ere-templates/ folder.
Thank you in advance for you reply