Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #603200

    Hi there,
    normally your theme works great but I am experiencing problem approx from width 359 to width 767
    Take a look at the link and screenshot in private folder.

    I need the images to be aligned at left at right in the pc visual but then they should be centered on tablet

    Thanks let me know

    #603205

    Hey Arcatech!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .flex_column.av_one_half .avia-image-container img {
        margin: auto;
    }
    .flex_column.av_one_half .avia-image-container {
        width: 100%;
    }}

    Cheers!
    Yigit

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