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

    @media only screen and (max-width: 480px) {
    h1.avia-caption-title {font-size:24px !important;}
    }

    #1036389

    Hey Stefano,
    Without actually comparing your css to your element, it looks correct. Please link to the element so we can see what the correct css is.

    Best regards,
    Mike

    #1036393

    With mobile is not correct is too big respect h2 and h3

    https://www.mylabrador.it/

    #1036831

    Hi,
    When I look at your site the H3 has a inline style font size 36px:
    2018-11-22-194520
    which is bigger that the stlysheet style for the H1, which is 24px:
    2018-11-22-194214
    So your css above is working, perhaps it’s the H3 you which to change?

    Best regards,
    Mike

    #1036866

    Yes I need that all h1, h2 and h3 are same dimensione on mobile

    @media only screen and (max-width:767px) {
    h1.avia-caption-title, h2.avia-caption-title, h3.avia-caption-title {
    font-size: 32px !important;
    }
    }

    #1036964

    Hi,
    To have the title of all 3 slides the same, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width:767px) {
    #full_slider_1 h1.avia-caption-title,#full_slider_1 .slide-2 .slideshow_align_caption h2.avia-caption-title,#full_slider_1 h3.avia-caption-title {
    font-size: 32px !important;
    }
    }

    another option would be to set all 3 to use the same heading and inline font style.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

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