[Support request] Top banner alignment on mobile

Home Forums Support [Support request] Top banner alignment on mobile

Home Forums Support Top banner alignment on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1161556
    Carsten

    Hi there, I want my back button widget in the top banner to be aligned left, as it is on desktop, but it is centered even if the top bar alignment has been set to left in the settings.

    View post on imgur.com

    On desktop the settings works:

    View post on imgur.com

    I have tried to deactivate all css, which could over role the settings, but with same result.

    Note that the top banner is deactivated on my front page

    Regards
    Carsten

    #1161671
    David
    Staff
    Customer Support

    Hi there

    try this CSS:

    @media (max-width: 768px) {
        .top-bar.top-bar-align-left {
            text-align: left !important;
        }
    }
    #1161739
    Carsten

    Thanks, it’s working with the code, is it something you will fix in a future update?

    #1161747
    David
    Staff
    Customer Support

    It’s not actually a bug that requires fixing.
    If you consider the top bar can contain multiple widgets that alternate left and right. On mobile devices the only logic is to center align them by default. Hence a little CSS is required now and then 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.