-
AuthorPosts
-
December 23, 2020 at 3:29 am #1269420
My H1 headings changed sizes again for no logical reason. It is set at 47 px in advanced settings. It went back to 30. Please help I’ve attached my temp login. This only happened on desktop, mobile H1s look fine.
Also, How can I remove the forward slash next to the date in my blog posts? Screen shot attached
December 23, 2020 at 11:10 am #1269501Hi samanthashea,
I have checked the desktop version of your h1 in the homepage and there are 8 h1s, 7 of them is 43px and the other one ‘Join the newsletter’ is 27px.
As for the forward slash, please add this CSS code in Quick CSS:.single-post .post-meta-infos .text-sep-date { display: none; }
Best regards,
NikkoDecember 23, 2020 at 7:32 pm #1269597Hi, yes that is fine but it’s the desktop of the blog posts that’s the problem. The homepage is all good.
Also, the post slider are small again on the homepage and on the “blog” page. Can you please make them the same size as that other site? I changed the site layout to 1300 px and nothing happened. I had this problem last week, the images increased in size, but now they are back to the small size they started with.
I have attached screenshots of the H1 tags on my blog posts in desktop vs. mobile. As you can see mobile is 47px but desktop is not for no reason.
1st IMGUR image: desktop H1
2nd IMGUR image: mobile H1Please assist! Check the other site I have linked for reference. Thank you I give you permission to make the changes in the code if need be.
December 23, 2020 at 7:33 pm #1269598Also unfortunately the slash did not get removed with this code
December 27, 2020 at 5:07 pm #1269872Hi samanthashea,
I do not see the slashes on the blog page anymore. Did you get it working for you?
Best regards,
VictoriaJanuary 4, 2021 at 4:59 am #1270088The slashes seem to be gone on mobile but not on desktop despite the fact that I did not add css for it based on media width.
Also, H1 will not change on desktop. It only changes on mobile view. Can you please assist?
January 5, 2021 at 1:43 am #1270276Hi,
The font size of the h1 tag is already set to 40px on mobile view.
#top .fullsize .template-blog .post-title { font-size: 40px !important; }
You may need to adjust the css media query so that it actually covers all mobile devices.
@media only screen and (max-width: 600px) { }
// https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.