Home › Forums › Construction Pro/Build Forum › Google Map Responsive
- This topic has 16 replies, 2 voices, and was last updated 7 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 3, 2017 at 8:54 pm #71111May 4, 2017 at 5:00 am #71126
Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisMay 4, 2017 at 2:18 pm #71202the website is “shapedforyou.com/contact-us”.
Thanks
May 5, 2017 at 5:24 am #71250Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
iframe{width:100% !important;}
}Regards,
DaveMay 5, 2017 at 4:54 pm #71360OK, Thanks it worked.
May 6, 2017 at 2:38 pm #71393Hey Dave,
I have another question, The slider caption does not show up on mobile, how I can make my slider titles show up om small screen as well.Thanks a lot
Aziz
“Construction” theme
shapedforyou.comMay 8, 2017 at 7:26 am #71463Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
.nivo-caption { display:block !important; width:60%;}
.slide_info h2 { font-size:14px !important;}
.slide_info h2 span { font-size:20px !important; line-height:24px !important;}
.button { padding:0 20px;}
}Regards,
ChrisMay 8, 2017 at 3:24 pm #71517Thank you!
Aziz
May 9, 2017 at 5:18 am #71559🙂
May 31, 2017 at 2:55 am #73906Hi, I have a question, The slider caption including paragraph does not show up on mobile, how can I make my slider titles show up om small screen as well.
Also, when I open the website in a mobile phone, and click on “Menu”, it does not show properly (screen shrinks), please have a look at http://canadastonedesignltd.com.
Thanks in advance,
Aziz
May 31, 2017 at 3:57 am #73908Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:980px) { .header .header-inner .nav { width:100%;} } @media screen and (min-width:320px) and (max-width:767px) { .nivo-caption { top:3% !important; left:0 !important; padding:0 20px !important;} .slide_info h2 { font-size:14px !important; line-height:20px; display:block !important;} .slide_info h2 strong { font-size:18px !important; line-height:0 !important;} .nivoSlider img { width:140% !important; margin-left:-20% !important;} .slide_info p { margin-bottom:16px !important;} .slide_info a.sldbutton { padding:6px 10px !important; font-size:12px !important;} }
Regards,
ChrisMay 31, 2017 at 4:03 am #73909Hi Chris, I did copy and paste the code but unfortunately, its still not working.
Regards,
AzizMay 31, 2017 at 4:12 am #73911Hi,
Kindly remove the css code which i sent.
Regards,
ChrisMay 31, 2017 at 4:32 am #73916HI,
I did. So what’s next.Regards,
AzizMay 31, 2017 at 5:37 am #73929Hi,
Kindly used this css code there:
@media screen and (max-width:980px) { .header .header-inner .nav { width:100%;} } @media screen and (min-width:320px) and (max-width:767px) { .nivo-caption { top:3% !important; left:0 !important; padding:0 20px !important; display:block !important;} .slide_info h2 { font-size:14px !important; line-height:20px; display:block !important;} .slide_info h2 strong { font-size:18px !important; line-height:0 !important;} .nivoSlider img { width:140% !important; margin-left:-20% !important;} .slide_info p { margin-bottom:16px !important;} .slide_info a.sldbutton { padding:6px 10px !important; font-size:12px !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.