Content alignment on scroll

This support request was posted in Flatbase by trackit

Request ID #33401 Resolved
  • On every page except the homepage our content is aligning to the middle on scrolling down the page. It starts off on the left, but once you scroll down the content shifts to the center once the breadcrumb has gone out of view.

    I cannot see where this is being set or how to stop it, any clues? Thanks in advance.

    Andrés Villarreal

    Hi,

    That seems to be caused by a bug on our side. We’re gonna be adding a fix for this in the next release of the theme, but in the meantime you can fix it on your side by adding the following CSS inside Theme Options > Design & Styles > Custom CSS:

    @media all and (max-width:1024px) {
    	#header {
    		height: auto !important;
    	}
    }
    
    @media all and (min-width:1024px) {
    	#header {
    		overflow: hidden;
    	}
    }

    Please let us know if this helps.

    Best,

    Andrés.

    Sorted.

    Thanks Andrés, super quick reply.

    Andrés Villarreal

    Great to see that works for you. Have a nice day 🙂

    Best,

    Andrés.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server