• Resolved gokh

    (@gokh)


    Hi,

    Background image is not applied to row cell.

    It only applies to the entire line.

    • This topic was modified 4 years, 4 months ago by gokh.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi gokh

    Thanks for reaching out.

    Perhaps try editing the row concerned. Click/select the cell you want to edit. A new Cell Styles section will appear in the right column. Try applying your background via that section.

    Thread Starter gokh

    (@gokh)

    Hi,

    Yes I did. But the background image is not mobile compatible and the image on the widget (site Origin Editor) is not displayed on the mobile.
    https://tuyograf.com/scroll-gosterim/

    Plugin Support Andrew Misplon

    (@misplon)

    Thanks for the link.

    Try setting the Background Image Display setting for the background to Contain.

    It might be easier to embed the screenshot in the laptop screen in Photoshop or similar rather than dealing with the responsive challenges of the two images as they resize.

    Thread Starter gokh

    (@gokh)

    I thank you,

    ? I did “contain”, it was mobile compatible, but it was tiled.

    ? There is “Scrool” application in Site Origin Editor, wouldn’t it be wrong?

    Plugin Support Andrew Misplon

    (@misplon)

    You can add to the Attributes > CSS Declarations field:

    background-position: 50%
    background-repeat: no-repeat

    Thread Starter gokh

    (@gokh)

    Yes, it’s good, thank you. But on mobile, the image scroll has disappeared.

    Plugin Support Andrew Misplon

    (@misplon)

    At the moment, you’re using inline styles:

    <div style="height: 450px; overflow-x: hidden; overflow-y: scroll;">

    This is a bit beyond our free scope but I recommend using a class name rather. That way, in Custom CSS, you can make use of media queries as the static height will need to be adjusted for different device views. 450px might not be appropriate as the background resizes.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem applying a background picture to a cell.’ is closed to new replies.