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

    What would be the best way to place a backgound image (so it will be responsive) ?

    #120597

    Hi nimrodmadar,

    You can add your own background image from the themes Styles tab in the theme options.

    I don’t know what you mean by making it responsive however since the background image just sits behind the other content and doesn’t really need to adjust.

    Regards,

    Devin

    #120598

    Devin hi,

    Thanks for the answer, take a look at this page on the bottom,

    there are 2 background images with text positioned over them … when the window size changes it does not look good.

    if you have an idea how to solve this i will be more than happy to hear you.

    this is the page url (i have this problem in more than one place):

    http://www.glassesoff.com/the-science/

    thanks

    #120599

    Hi,

    You can use Media Queries to target the text on different screens.

    @media only screen and (max-width: 767px) {
    p.ls-s-1 {
    position: absolute;
    left: 50px !important;
    font-size: 25px;
    }
    }

    Don’t remove the !important.

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background image’ is closed to new replies.