From 3c7535c38d3fb1a2bd1f7f52a0b8beeb9d3e8dce Mon Sep 17 00:00:00 2001 From: SohelRaja Date: Sun, 27 Oct 2019 10:42:14 +0530 Subject: [PATCH] Image problem due to Page responsiveness Fixed!!!!! --- css/theme-lava.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/theme-lava.css b/css/theme-lava.css index 891a3eb3..7c06b950 100644 --- a/css/theme-lava.css +++ b/css/theme-lava.css @@ -461,6 +461,15 @@ p a, background-size: cover !important; background-position: 50% 50% !important; } +/* #### Tablets Portrait or Landscape #### */ +@media screen and (min-device-width: 768px) and (max-device-width: 1024px){ + .background-image-holder{ + height: 100%; + } + .testimonials-slider .flex-active-slide{ + margin-top: 30px; + } +} .background-image-holder img { display: none; }