at the base of the browser if you view on say FF or chrome theres a bar with options
on IE its shoved to the left of the screen
at the base of the browser if you view on say FF or chrome theres a bar with options
on IE its shoved to the left of the screen
Howdy, @b960a518_a049_4215_9fec_f8e5379ab96d!
Thanks for writing in! I cannot discern what exactly is causing this at the moment on your site, but there is a quick CSS fix we can add that will push the bar back to where it should be. Add this CSS somewhere on your site so that it shows up globally (either in the Theme Options global CSS editor, or in a child theme’s custom CSS stylesheet):
.x-bar-bottom {
left: 0;
right: 0;
}
That should ensure that the bottom bar goes fullwidth and fills out the screen as you’re expecting.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.