Home › Forums › Perfect Forum › Perfect Interior Mobile
- This topic has 7 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
July 31, 2017 at 6:28 pm #79925
Hi Chris,
When I check the website http://mlhousestyling.nl/ on a mobile device, the photo in the our team section (section 3) looks on a mobile phone extremely small and on a tablet the name underneath the photo disapears. How can I make it responsive so that the photo looks normal and shows the text correctly?
And where can I add the text for the homepage in Google? Now when I check in Google I see the under construction text. Is it possible to add a standard text somewhere? For the homepage is not a page and build in customizer.
Thanks for the help.
Regards,
MirandaAugust 1, 2017 at 5:32 am #79957Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .home_section3_content .cols1 { width:300px !important; box-sizing:border-box;} .team-thumb img { min-height:inherit !important;} .team-shadow::after { height:73% !important;} .team-thumb { height:auto !important;} } @media screen and (min-width:480px) and (max-width:767px) { .home_section3_content .cols1 { width:300px !important; box-sizing:border-box;} .team-thumb img { min-height:inherit !important;} .team-shadow::after { height:75% !important; border:6px solid #f4f4f4 !important;} .team-thumb { height:auto !important;} } @media screen and (min-width:768px) and (max-width:1023px) { .home_section3_content .cols1 { width:300px !important; box-sizing:border-box;} .team-thumb img { min-height:inherit !important;} .team-shadow::after { height:390px !important; border:6px solid #f4f4f4 !important;} .team-thumb { height:370px !important;} }
Regards,
ChrisAugust 1, 2017 at 10:06 am #79999Thank you!!!! It is fixed 🙂
Could you also help me with the other question?
And where can I add the text for the homepage in Google? Now when I check in Google I see the under construction text. Is it possible to add a standard text somewhere? For the homepage is not a page and build in customizer.Miranda
August 1, 2017 at 10:14 am #80010Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisAugust 1, 2017 at 10:56 am #80024http://imgur.com/a/cG0ct
The text says: This website is under construction. The website will soon be available again.
August 1, 2017 at 11:28 am #80032Hi,
Kindly go to Settings >> Reading >> Search Engine Visibility >> uncheck check Box
Regards,
ChrisAugust 1, 2017 at 11:37 am #80036Hi Chris,
It allready was unchecked. Perhaps the search engine index changes after a few days when the website stays open? I have never seen it before that Google has added this text at a website 🙁
Or I need to index it again on search console?Miranda
August 1, 2017 at 11:51 am #80039Hi,
Kindly go to Settings >> General >> Site Title >> change your site title there.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.