Mobile site

Home Forums Construction Pro/Build Forum Mobile site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #92822
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    The header of my mobile site shows phone number in 2 lines and email in 3. How do I fix this please?

    https://tekrenovations.com

    #92903
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    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) {
    .header_row .column-1 { width:100% !important;}
    }

    Regards,
    Chris

    #93005
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    This resolved the header and I am not seeing another issue. The first section in the body of the homepage starts with a few words then it goes to a new line. I checked the text and it has no htlm tag for new line, text was copied from notepad without any formatting. Could I be missing something?

    #93037
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    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

    #93366
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    Here is the link: https://imgur.com/a/azLbW. As you can see, as soon as the content starts, it goes to a new line after 4 words.

    #93442
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    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:767px) {
    .wrap_one img { display:none;}
    }

    Regards,
    Chris

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