Moving topbar content to the top right

http://bnmprojects.info/neuroscience/

we’rd like to move the top bar content to the top right or at least right align it.

Hi There,

To move the topbar content to the right, please add this custom CSS under Theme Options > CSS:

@media (min-width: 980px){
    .x-topbar .x-social-global {
        display: none;
    }
    .x-topbar .p-info {
        float: right;
    }
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.