• Resolved retropete

    (@retropete)


    The title text to my single product is significantly big is there a way I could reduce the size

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • You have in your theme somewhere 80px attributed to the size and then on your theme’s responsive.css file line 1162 (i’m on a laptop) there’s another one for 60px

    I altered that part here

    @media only screen and (max-width: 1440px) and (min-width: 1200px){
    h1 {
       font-size:34px !important;
       line-height:1em !important;
    }

    You’ll have to look around for more but that might help for now.

    Thread Starter retropete

    (@retropete)

    I changed the responsive.css file 1162. But I don’t know where the other one could be

    Use Chrome Dsveloper Tools to find it. It’s somewhere but it doesn’t matter. Add my snippet there and pick your size. I just addded a random smaller size.

    Sorry, just noticed my meh. I missed a bracket.

    @media only screen and (max-width: 1440px) and (min-width: 1200px){
    h1 {
       font-size:34px !important;
       line-height:1em !important;
       }
    }
    • This reply was modified 6 years, 11 months ago by Stef.
    Thread Starter retropete

    (@retropete)

    It worked. Thank you stef!!!

    You got it

    Plugin Support EtienneP a11n

    (@etiennep)

    @retropete glad to see @serafinnyc could help you out!

    I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Single Products Big title’ is closed to new replies.