[Resolved] How to Show Background on Tablet and Phone?

Home Forums Support [Resolved] How to Show Background on Tablet and Phone?

Home Forums Support How to Show Background on Tablet and Phone?

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

    I have a light color background and white container. On desktop, you can see white container and the background on the sides. However, on tablet and phone, I can only see the white container. How can I display the background and the container on tablet and phone? I just want to show a little bit of the background on the sides.

    Thank you,

    Rio

    #972341
    David
    Staff
    Customer Support

    Hi there,

    you could use a little CSS to add some margin to the content like so:

    @media (max-width: 910px) {
        #content {
            margin-left: 10px;
            margin-right: 10px;
        }
    }
    #973265
    Alirio

    Thank you, Dave!

    #973283
    David
    Staff
    Customer Support

    Glad to be of help

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