Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #389016

    When i view the top headline and the centered textblock on Mobile, it cuts of one piece and it just stops resizing at one point. Can anyone help me with that

    i already tried to add this this (no results):
    function.php:

    add_theme_support(‘avia_template_builder_custom_css’);

    stylsheet.css:

    @media only screen and (max-width: 479px) { .start-titel { background: none !important; } }

    @media only screen and (max-width: 479px) { .start-text { background: none !important; } }

    #389426

    Hey eriatarka!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) { 
    h1 { font-size: 24px; }}

    Regards,
    Yigit

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