Moving shopping basket to right

Hey, how do I move shopping basket to the right and the menu to the left?

Sorted all my other issues just this one getting to me…

I would like th basket far right so past were the image sliders reaches

Mark,

Please open style.css inside the theme folder and paste the code mentioned below at the end of the file:

.fa {
  float: right;
  margin-left: 7px;
  margin-top: 7px;
}

Hope this will solve the problem. Let us know if this helps.