Logo / Slider / Navigation

Hello!
How would I move the logo above the slider?
I would like it to be
Logo
Slider
Navigation

Hi @MichaelAnthonyMurray,

Thanks for writing in!

To have your slider right below the logo bar, please add this JS code in the X > Theme Options > Global JS (http://prntscr.com/evswzb)

(function($){
  $('.x-slider-container').insertAfter('.x-logobar');
})(jQuery);

We would loved to know if this has work for you. Thank you.

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