Home › Forums › Construction Pro/Build Forum › Mobile site
- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 27, 2018 at 11:53 pm #92822
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
January 29, 2018 at 9:17 am #92903Hi,
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,
ChrisJanuary 29, 2018 at 9:25 pm #93005This 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?
January 30, 2018 at 5:46 am #93037Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisFebruary 2, 2018 at 4:21 pm #93366Here 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.
February 5, 2018 at 6:40 am #93442Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.