Site title font weight on all pages different from home page

I Started by Icy · October 4, 2021 at 4:02 am · 6 replies 0 voices Last reply 4 years, 9 months ago
I
Icy Original poster Member
#1

Hi,

On my home page, my site title under my log on the top left corner is in bold.
However, once I am on any other pages within my website, the font became semi-bold and is much narrower.

Also, on my mobile phone, when I am on the Cart page, the cart icon on the top dropped down to almost one-third of the page, and my site title splits up into 2 lines.

Any idea how to make my site title look consistent across all pages?

Thanks.

Icy

I
Icy Original poster
#3

Thanks for fixing the error for me yesterday. I have updated the version just now, and when I create a new page, the margin on the left disappeared (it wasn’t like that in the last version). And as you can see on the website link above, the words are now touching the very left of the page, and the whole line spans across the entire width of the page now. Could you also have a look at this one please? Thanks so much!

I
Icy Original poster
#5

Hi,

I have created a new page ‘test2’ after your reply. There is a nice margin on the sides now (thanks!), however, if you browse ‘test2’ on Mobile phone, the Cart icon has gone down to about one-third of the page again, and my site tile Upbeat Dog is split up into 2 lines like before your fix a few days ago.

Could you kindly look into this too? Thank you.

Regards,
Win

ST
Spiracle Themes Original poster
#6

Hello Icy,

We will address this issue in our next update. Till then you can use this CSS to fix this

@media only screen and (max-width: 767px) {
	
	p.site-title,
	p.site-description {
		padding: 0 !important;
	}

	ul.header-woo-cart,
	ul.site-header-cart {
		width: inherit !important;
		padding: 0 !important;
	}
}

Copy & Paste it in Appearance -> Customize -> Additional CSS

Let us know if this works for you

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Site title font weight on all pages different from home page

By posting, your reply becomes public (unless marked private).