Hi stina,
We have desinged our theme this way. The latest post will appear at the top because of using sticky post the sticky post is the first priority.
You can either do this by two method.
either you add this below custom css inside dashboard-> appearance-> customize-> ambition theme options -> custom css and add this below code
#main .sticky {
display: none;
}
Or you need to use the image slider or pager slider to featured your post. There in page/ post slider you can exclude your post.
using page/ post slider view this below screenshot.
http://awesomescreenshot.com/0915934809
under page/ post slider view this screenshot
http://awesomescreenshot.com/0345934ccb
Check the exclude button. Then this will exclude you post slider in blog.
If you have any issue then let us know.
Thank you!