Site Title Issue & One more Page Related issue
This topic contains 13 replies, has 4 voices, and was last updated by Kiran 5 years, 9 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: Site Title Overlap
-
AuthorPosts
-
January 23, 2020 at 7:23 am #526962
Hello,
I am using the latest versions of WP, Supreme, GD, AMP, Ninja Forms.
The URL in question is http://www.thetrainernetwork.in & the Site Title is “The Trainer Network(TNW)”
Issues:
1. The Frontpage or the Homepage, when viewed on the mobile phone(screen size 5.5 inches) in portrait mode works fine. However,when rotated to landscape mode, the Site Title overlaps the Page Heading “Find Your Trainer”. The browser used here is Chrome & Edge both.
2. It is reverse in the phone screen size of 4 inches(iphone 5s), where in the portrait mode, the title & Page Heading overlap but when rotated to landscape, it works fine. The browser used is Safari.
3.The Site Title is H1 heading & the Page title(Home page) is also H1. How do i make this page heading H2 for SEO reasons?
4. The “Add Listing” page, without login, is shown as Full Width Page(Page Attribute is set to this). However, after login, if i visit the Add Listing Page, it shrinks to Half page( or possibly Default Template Attribute) ONLY while viewing it on the mobile (5.5 inch screen size). On the Desktop or PC , its fine.Need your help with the above issues please.
Thanks/Manish
January 23, 2020 at 7:58 am #526967Attaching screenshot as well
January 23, 2020 at 8:46 am #526972Hi mb299,
Thanks for your post. You can use the custom CSS code below to fix this.
@media only screen and (max-width: 800px) { .header-wrap { margin-top: 80px; } }January 23, 2020 at 9:46 am #526983Thank you Kor,
I used 150px instead of 80px to make it look right on 5.5 inch screen. However, yet to check the 4 inch mobile screen.
Any inputs on point no 3 & 4 please. That would be a great help too.
Regards/Manish
January 23, 2020 at 10:27 am #526993We are checking on 3 and will post an update, thanks for your patience.
January 23, 2020 at 1:19 pm #527025Sure, thanks
January 24, 2020 at 5:31 am #527182Could you find something for point 3?
Point 4 is equally important, so expecting both these points to be addressed.
Thanks/Manish
January 24, 2020 at 7:54 am #527199Hi Manish,
3.The Site Title is H1 heading & the Page title(Home page) is also H1. How do i make this page heading H2 for SEO reasons?
h1 page title tag is used almost all template files in the theme. It is good to set font size via css instead of changing h1 page title tag to h2 in all template files.
—
4. The “Add Listing” page, without login, is shown as Full Width Page(Page Attribute is set to this). However, after login, if i visit the Add Listing Page, it shrinks to Half page( or possibly Default Template Attribute) ONLY while viewing it on the mobile (5.5 inch screen size). On the Desktop or PC , its fine.
Please provide us admin credentials to look into page attribute setting.
Regards,
KiranJanuary 24, 2020 at 8:06 am #527201This reply has been marked as private.January 24, 2020 at 8:47 am #527203Hi,
3) Try following CSS snippet to set font-size to h1 tag.
.sd h1.entry-title, .sd .featured-area h1.entry-title { font-size: 18px; }4) Please provide us screenshot how it looks at your side. I can’t see issue from my side.
Kiran
January 24, 2020 at 8:59 am #527206This reply has been marked as private.January 24, 2020 at 10:21 am #527221This reply has been marked as private.January 24, 2020 at 11:06 am #527225Thanks Kiran,
I removed the customer CSS completely and all good now.
Regards/Manish
January 24, 2020 at 11:20 am #527229Glad to hear that it fixed 🙂
Kiran
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket