-
AuthorPosts
-
March 2, 2015 at 2:09 am #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.llamoMarch 2, 2015 at 7:23 pm #404716Hey 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,
ElliottMarch 9, 2015 at 10:45 pm #408524This reply has been marked as private.March 10, 2015 at 6:32 pm #408999Hi!
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,
ElliottMarch 21, 2015 at 12:03 am #415583This reply has been marked as private.March 23, 2015 at 3:03 am #416170Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
