Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #783693

    Hi team,

    I have a problem with H1 titles of size 60/65, in the mobile version with size 320 x 480, the title does not fit this measurement and it comes
    cut.

    For example in the home page the word “welcome”

    What should I do ?

    Thank you

    #783737

    Hey Davidrecanatini,

    You can adjust it with media queries. Add the following to quick css:

    @media only screen and (max-width: 767px){
    h1.av-special-heading-tag {
    font-size: .4em!important;
    }
    }

    Best regards,
    Jordan Shannon

    #783836

    Help me,

    Parse error: syntax error, unexpected ‘only’ (T_STRING) in /home/content/n3pnexwpnas02_data01/77/3994477/html/wp-content/themes/enfold/css/dynamic-css.php on line 868

    Thanks

    #783843

    I did a backup and the error was deleted, I must have put the css code in a wrong section!
    Now the code for H1 titles should I put it in the last of the css style editing list?

    Thank you for patience

    #783851

    I solved everything

    #784096

    Hi,

    I am glad you were able to get this taken care of. If you need additional help, please let us know here.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.