Non scaling header

Home Forums Jevelin Theme Non scaling header

Home Forums Jevelin Theme Non scaling header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • SjoerdGerritsen
    Participant

    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:

    1. Can we somehow auto scale the header a little so that it fits?
    2. The name/title won’t fit on the screen..
    3. 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

    SjoerdGerritsen
    Participant

    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.

Viewing 4 posts - 1 through 4 (of 4 total)