• Resolved lar

    (@ebtg)


    Hello ??

    Maybe you could help me: I’ve got a background image that I’d like to be seen on all devices (cell&tablet). Now it’s visible only on desktop version.

    Is there anything I can change on css?

    Thank you very much!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hey @ebtg,

    You can try with this CSS:

    @media screen and (max-width: 960px) {
        .sinatra-layout__boxed-separated #page {
          max-width: 90%
        }
    }

    The CSS can be added into the Additional CSS field in Appearance ? Customize.

    Thanks!

    Thread Starter lar

    (@ebtg)

    Thank YOU!
    It works ??

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Backgroung image on devices’ is closed to new replies.