Perfect Interior Mobile

Home Forums Perfect Forum Perfect Interior Mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #79925
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    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,
    Miranda

    #79957
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #79999
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Thank 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

    #80010
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #80024
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    http://imgur.com/a/cG0ct

    The text says: This website is under construction. The website will soon be available again.

    #80032
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Settings >> Reading >> Search Engine Visibility >> uncheck check Box

    Regards,
    Chris

    #80036
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Hi 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

    #80039
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Settings >> General >> Site Title >> change your site title there.

    Regards,
    Chris

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