Centering logo for tablet and mobile devices

The logo is centered for tablet and mobile devices. But when loading the site the logo moves from left to center and it looks bad . Is there any way to fix it to make sure that there is no glitch and logo always remain centered.

Javascript adds this class to the body element: ast-header-break-point . If you want the logo jump fixed, then find a way to add that to the default HTML output instead of relying on Javascript to add the class for you :slight_smile: . I don’t know what all this class does besides minor CSS adjustments, nor if it’s conditional based on screen size or some other metric. But that’s the root cause :slight_smile: .

2 Likes

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