Align Logo Right

Hi There

I am using the ICON - Stacked configuration with an image logo - the logo is centralised at the top of the screen, is there a way to align the logo to the right?

Thanks in advance

Hi @Megalon,

Yes, it is possible using custom CSS. It can be added on Theme Options > Global CSS

.masthead-stacked .x-brand {
    float: right;
}

See this: https://screencast-o-matic.com/watch/cYVo6FvCW0
For more guidance on how to inspect element, check the following:

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