Hi There,
Please add the following code to Appereance Customizer Header Topbar Content
<div class="topmenu">
<p class="p-info"> <a href="http://example.com/partner/">PARTNERS</a> | <a href="http://www.example.com/testimonials/">TESTIMONIALS</a> | <a href="http://example.com">CONTACT</a></p>
</div>
Add the following code to Appereance Customizer Custom CSS
.x-topbar-inner .x-social-global { display: none; }
.topmenu {
float: right;
}
@media (max-width: 750px){
(index):189
.topmenu {
float: none;
}}
Hope it helps
Joao