Hi there,
I seem to be running into some scaling issues on my page https://sjoerdgerritsen.com/
As you can see in the screenshots, I have three questions:
- Can we somehow auto scale the header a little so that it fits?
- The name/title won’t fit on the screen..
- Can we remove the ” somehow? It looks like 99 at the moment..
Thanks!
Attachments:
You must be
logged in to view attached files.
Hi @SjoerdGerritsen,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-testimonials-table-icon {
display: none;
}
@media (max-width: 450px){
.page-id-8632 h1.sh-heading-content {
font-size: 30px !important;
}
}
Best regards,
Shufflehound team
Thanks! How can I do the css code that the 30px works for every page H1?
You can remove .page-id-8632 from the above CSS code to make it work with other H1 heading content tags.
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.