Widget bar moving down when going into navicon menu

hello I have a widget that is moving down when switching from normal menu to mobile (navicon menu) Preformatted text

Hi @wicara,

Thank you for writing in, I tried to find the site in question but I can’t, would you mind providing us the site URL and login credentials if possible in.

Thanks,

http://x.aiadstaging.com.au/projects/rodburn.com.au

Hi there,

Please add this code in X > Theme Options > CSS:

@media screen and (max-width: 979px) {
    .x-widgetbar .x-column:nth-child(2) {
        float: right;
    }
}

Here are some related links for further reading:

Hope this helps.

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