Home › Forums › All Other Themes › Coach Press Mobile Site…
- This topic has 16 replies, 2 voices, and was last updated 1 year, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
June 21, 2023 at 8:53 am #205956
The mobile site is a mess for this theme. The top bar social icons are not aligned left and right, the menu hides half the page because it is behind it, the page titles are also under the menu.
My site is simplysellrealty.com where you can see it.
Please help!
June 21, 2023 at 9:12 am #205957Also at some screen sizes there is a glimpse of the page title color to the far left and right of the menu.
June 21, 2023 at 10:56 am #205959Hi,
1. The mobile site is a mess for this theme. The top bar social icons are not aligned left and right, the menu hides half the page because it is behind it, the page titles are also under the menu???
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .header.type3 .logo, .header.type4 .logo { width:75%;} .header.type3 #simple-menu { margin-top: 20px;} .home #content { margin-top:0;} .head-info-area .left, .head-info-area .right { float: left; width: 50%;} }
2. Also at some screen sizes there is a glimpse of the page title color to the far left and right of the menu??
Ans: Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
DaveJune 21, 2023 at 5:42 pm #205962Hi, I added the CSS and it still is off centered (see below). I think the issue with the title is that I do not have it hidden but it is not showing.
https://ibb.co/VMcLGwz
https://ibb.co/CQp5czpJune 21, 2023 at 6:11 pm #205964Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:768px) and (max-width:1023px) { .head-info-area .left { text-align: left !important; } } .mywrap { position:relative;} .header_layout3 { width: 1200px; margin: 0 auto; } .page_head, .post_head, .services_head { height:170px;}
Regards,
DaveJune 21, 2023 at 6:38 pm #205966That works for most screen sizes, please see below. Please test by reducing the screen all the way. It seems that other sizes it is still messing up.
https://ibb.co/C1RGChs
June 21, 2023 at 6:48 pm #205970Also, the top bar is messing on that same pic.
June 21, 2023 at 6:54 pm #205971Hi,
Kindly use this CSS.
@media screen and (min-width:1024px) and (max-width:1160px) { .header_layout3 { width: 95%; margin: 0 auto; } .page_head, .post_head, .services_head { height: 170px !important; width: 100%; margin: 0 auto; } .head-info-area .right { padding-top:10px; float: right !important; width: 26% !important;} }
Regards,
DaveJune 21, 2023 at 7:11 pm #205972Now the page doesn’t shrink well, it will scroll right due to a wide title bar.
June 21, 2023 at 7:19 pm #205973Hi,
Kindly use this CSS code.
@media screen and (min-width:320px) and (max-width:1023px) { .header_layout3 { width: 100%; margin: 0 auto; } }
Regards,
DaveJune 21, 2023 at 7:27 pm #205974The title is still hidden on a certain width (see below). Thank you for being so responsive and fixing this!
https://ibb.co/414vjB8
June 22, 2023 at 10:34 am #205980Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
DaveJune 22, 2023 at 4:55 pm #205984Hi, you have my URL and I can’t provide access to the admin. It’s doing the same thing that you provided a solution for above but just at another screen size. Can you please test my contact page by making it narrow and you will see that the title is being a Hidden at some point again.
June 22, 2023 at 5:45 pm #205986How can I just hide the title on mobile and not have the front page hero hide behind the menu??
June 22, 2023 at 6:21 pm #205987Hi,
Kindly use this CSS.
@media screen and (max-width:479px) { .header_layout3 { display: none !important; } }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.