• Resolved make1234

    (@make1234)


    Friend of mine who now operates with the site encountered a problem: she set two images side by side, it works well with desktop version, but when it is changed to mobile version, images get one below the other.

    Why is that happening and it is fixable?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @make1234,
    Please add the following css inside the Appearance>>Customize>>Additional CSS ;

    @media screen and (max-width: 490px){
          .home .entry-content p img, .home .entry-content .vas1 img {
            width: 50%;
        }
    }

    Thanks!

    Theme Author Styled Themes

    (@gejay)

    Thanks @24ron,

    Yes, that should work @make1234.

    Let us know.
    Thanks!

    Thread Starter make1234

    (@make1234)

    It helped with home page and some other pages but some images get one below the other

    //edit: problem solved; I replaced .home with .page. Thank you really much guys!

    • This reply was modified 5 years, 1 month ago by make1234.
    • This reply was modified 5 years, 1 month ago by make1234.
    Theme Author Styled Themes

    (@gejay)

    Great @make1234,

    Please mark the thread resolved if you found out the solution for better customer experience.

    Thanks!

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