Hi There,
Unfortunately, that feature is not available in the theme.
You need custom CSS to make it a similar look.
I will try to help you with this.
- Please enable the top header bar.
Go to Dashboard -> X -> Theme Option -> Header and in MISCELLANEOUS section please enable top bar and put your logo image over there.
Please check this screenshot for help.

- Add this CSS code to Theme Option -> CSS
.x-topbar .x-social-global {
display: none;
}
.x-topbar .p-info {
width: 100%
float: none;
text-align: center;
}
.x-topbar {
border: none;
background: #fff;
}
and remove your logo from the header setting.

You may need small changes in the CSS to make it look exactly.
Hope this helps!