Move Header Logo to the Right

I’ve searched and found several posted solutions to this but none are working. I’d like to move my header logo to the right so it isn’t so close to the left edge of the screen.

https://reviewuspro.com/

Hi There,

Please add the following code to Theme Options CSS

.x-brand {

    margin-left: 5%;
}

.x-topbar .x-social-global {
  
    margin-right: 2%;
}

Hope it helps!

Thank you!

Glad that we could be of a help :slight_smile:

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