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

    Hello!

    For this page *see private* I struggle with a few minor issues:

    A) The pop-up icon with the letter ‘i’ in it is too big for small screens (tablet + mobile device) and also pops up in the middle of the text on tablet lay-out which I don’t want. Now I want to make it 60% smaller, but does not respond at this code:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .page-id-407 .avia_transform .avia_start_delayed_animation.av_font_icon {
    transform: 60% !important;
    }
    }

    Also prefer this for mobile lay-out:

    @media only screen and (max-width: 767px) {
    .page-id-407 .avia_transform .avia_start_delayed_animation.av_font_icon {
    transform: 60% !important;
    }
    }

    B) General question; how can I handle ugly line-breaks in a page? I made all line-breaks for desktop layout with SHIFT + RETURN, but on tablet and mobile it looks real crappy…..I want to keep the same font-size for these smaller screens, just another place of line-break.

    Can you tell me what I do have to change or do in both cases?

    Best regards,
    Me.llamo

    #404716

    Hey Me.llamo!

    1. The icons are actually a font so you can change their size with this CSS.

    .av-icon-char { font-size: 80px !important; }
    

    2. Hmm, not really sure what we can do here. Would you like to try setting the text to align left on smaller screens?

    Best regards,
    Elliott

    #408524
    This reply has been marked as private.
    #408999

    Hi!

    That looks like the same problem you posted here, https://kriesi.at/support/topic/font-size-not-respond/#post-408133, please do not double post.

    Best regards,
    Elliott

    #415583
    This reply has been marked as private.
    #416170

    Hey!

    alright. As Elliott replied already on your other post, I think you are fine now? Let us know when you have some more questions in a new ticket.

    Regards,
    Andy

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