Home › Forums › All Other Themes › Arrows in image slider and footer
- This topic has 29 replies, 2 voices, and was last updated 8 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 25, 2016 at 12:26 pm #20137
Hello,
its working but my google maps is not auto resizing, so it doesnt show good location.
Can you please check it:
http://villa-rachele.com/contact/Is there any way to fix it? Thank you
January 25, 2016 at 12:39 pm #20142Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css code@media screen and (max-width:47.938em) and (min-width:30.000em) {
.contact_left iframe { width:100%; height:250px; box-sizing:border-box;}
}Regards,
ShriJanuary 25, 2016 at 2:32 pm #20164Thanks that fixed it!
I just have a new problem :/ My menu disappeared on mobile devices ? I tried with iphone and lg g3 and there is no menu when I open the site. Can you please help me out with that one ?
January 27, 2016 at 9:54 am #20427Hi Marino,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css@media screen and (max-width:980px) and (min-width:320px) {
.header_right { position:relative; z-index:10;}
.mobile_nav a { margin-top:0;}
}Regards,
ShriJanuary 27, 2016 at 6:18 pm #20515Hello,
the menu is now here, but its above the slider images. Is it possible to put the slider under the menu the slider image is uncut.
Thank you for you help!January 28, 2016 at 7:06 am #20586Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css in custom box@media screen and (max-width: 61.250em) {
.innerbanner { margin:42px auto 0;}
}January 29, 2016 at 10:13 am #20760Hi, i just tried this but its still the same. On my phones the slider images are cutted by menu :/
January 29, 2016 at 10:29 am #20763Hi Marino,
We have tested in android devices. Everything is fine and slider images didn’t cutted by menu.
Regards,
ShriJanuary 29, 2016 at 10:50 am #20767I have lg G3 and when its in landscape its ok, but when its normal its not ok. I think we should make if work for min width from g3?
January 31, 2016 at 9:10 pm #20938Hello,
I still have this issue. The slider images are cutted by menu I tried to open the site on android and iphone. Please provide me some fix.
And also one more new problem. When you click on menu on mobile device the menu opens and the BOOK NOW bottun stays on the page its not hidded under the menu. Please help me with those 2 problems. Thank youFebruary 1, 2016 at 7:10 am #20981Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css in custom box@media screen and (max-width:767px){
body.home section#home_slider { margin-top:40px;}
.bookbtn { z-index:5;}
}Regards,
ShriFebruary 1, 2016 at 9:19 am #20997Hello,
Thank you very much this fixed the book now button and the menu is no more over the slider image.I have 1 more think now. I have removed the grey box on image slider with this code:
.nivo-caption {
margin-top:200%;
background-color: transparent;
}
and when opening on pc or bigger screen its removed. But now its still on mobile phones.Can you please give me code to remove that grey box on mobile phones?
Thank you!February 1, 2016 at 9:36 am #21000@media screen and (max-width:767px){
.nivo-caption { display:none !important;}
}February 1, 2016 at 9:57 am #21003Thank you! It’s working great now! Great support!
Do you think I should replace my code margin-top.. with yours?
February 1, 2016 at 10:08 am #21006Cool 🙂
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.