All info
Social icons, phone number and email address
/* -- START Move secondary header to the right -- */
@media only screen and (min-width: 768px) {
#et-info { float:right !important; }
}
/* -- END Move secondary header to the right -- */
Code language: CSS (css)
Social icons only
/* -- START Move social icons to the right -- */
#top-header .et-social-icons {
float: right;
}
#et-info {
width: 100%;
}
/* -- END Move social icons to the right -- */
Code language: CSS (css)