[Resolved] Header background not centered horizontally

Home Forums Support [Resolved] Header background not centered horizontally

Home Forums Support Header background not centered horizontally

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #144771
    Antonio

    Hi
    using the header with image as background (http://www.poesiapresente.it/) I get a problem on small display like smartphone. The image is not centered horizontally. How can I fix it?

    #144775
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Background images can be tricky on mobile.

    Can you give this CSS a try?:

    .home .generate-content-header {
        background-position: center center;
    }

    Let me know πŸ™‚

    #144777
    Antonio

    Yes it works. Thanks.

    #144878
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #144982
    Joanne Smith

    try for mobile phones – add custom css plugin and then copy the following

    .site-header{
    background-position: center center;
    background-size: 100%;
    background-repeat:no-repeat;
    background-position: center;
    }

    If you update your custom area — it will over ride the above — make sure to save this LAST to remain active

    #145077
    Tom
    Lead Developer
    Lead Developer

    Thanks for posting that solution as well πŸ™‚ That will work for the site header for sure.

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