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
ST
Spiracle Themes
Original poster
#2
Hi Icy
Thanks for reaching out
Please update your theme to ver 1.0.4
Best Regards
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!
ST
Spiracle Themes
Original poster
#4
Hi Icy
If you don’t want to use Elementor, Just use Gutenberg blocks to add Content.
Hope this helps with the issue.
View post on imgur.com
Best Regards
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
Thanks heaps! It’s working beautifully now 🙂