Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fabridelo Friend
    #1050645

    Hello

    I have a small problem on my site like a photo. The problem is on smartphone (see photo 2), the photo duplicate. I want the masshead like photo 1 in all device with Title "Chi Siamo" on PC, Ipad, smartphone is possible?

    Thank you

    Best regards

    • This topic was modified 7 years, 3 months ago by  fabridelo.

    1. photo1
    2. photo2
    Pankaj Sharma Moderator
    #1050921

    Hi
    The admin login of your site is not working.
    Please check and correct the details or Put the site online so that i have a look on your site for the image issue.

    Regards

    fabridelo Friend
    #1051185

    Yes sorry
    I correct

    Thank you

    Pankaj Sharma Moderator
    #1051203

    Hi
    Add this code in custom.css file to remove the repeat of bg image

    .masthead .masthead-bg {
        background-repeat: no-repeat;
    }

    Regards

    fabridelo Friend
    #1057663

    Hello

    Ok the photo no repeat but no good on smartphone. Is possibile remove photo only for smartphone and small screen?

    Thanks

    Pankaj Sharma Moderator
    #1057752

    Hi
    Use this code in custom.css file

    
    @media(max-width:468px){
    .masthead .masthead-bg {
        background-image: none!important;
    }}

    Regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum