Header image alignment mobile version

  • Author
    Posts
  • #128016

    Hello, is it possible to display the header image flush left in the mobile version instead of center?

    Website: kickassecstaticdance.com

    #129001
    Zed
    Cryout Creations mastermind

    Hi,

    Try this CSS:

    @media (max-width: 800px) {
        #masthead .header-image {
            background-position: center left !important;
        }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #129124

    THX

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

The topic ‘Header image alignment mobile version’ is closed to new replies.