-
AuthorPosts
-
October 5, 2015 at 8:49 am #513544
Hey. I have a problem with the display my page on the phone. Part of the page “contact” does not display correctly. Can I ask for help.
Regards QeeQacOctober 5, 2015 at 2:20 pm #513793Hey qeeqac!
use this code inside your Quick CSS field for your icons:
@media only screen and (max-width: 767px) { .iconlist_icon.avia-font-entypo-fontello { width: 25px; height: 25px; line-height: 25px; font-size: 15px; }}
and this for the layout:
@media only screen and (max-width: 767px) { ul.avia-icon-list.avia-icon-list-right.avia_animate_when_almost_visible.avia_start_animation { margin-left: -38px; } .avia-icon-list-container.avia-builder-el-72.avia-builder-el-no-sibling { margin-right: -38px; }}
Cheers!
AndyOctober 6, 2015 at 1:32 pm #514366Hey Andy.
The problem is the incorrect display (sharing) icons. Below screen.
Cheers!
QeeQacOctober 6, 2015 at 4:11 pm #514502Hey!
not sure what you mean, because I can’t see any sharing icons on your screenshots. Can you show us what you want to achieve please?
Regards,
AndyOctober 6, 2015 at 4:20 pm #514517It is a mistake in terms of contact icony :)
October 6, 2015 at 4:29 pm #514539Hi!
sorry, no idea what you mean … can you explain a little bit more precise what you want to achieve please? would be best to see on screenshots what you are trying to do, so we get a clear idea of which kind of CSS code you need.
Regards,
AndyOctober 6, 2015 at 4:32 pm #514546Problem is a strange display of icons and captions. icons and descriptions are cut and split in half. Similar icons in other places are displayed one at second.
October 6, 2015 at 5:04 pm #514592October 9, 2015 at 8:43 am #516219Hey Andy.
The problem persists after entering the code. Here are two screenshots. The first shows the correct placement of icons. Such an arrangement is reflected in a higher post. In the second arrangement you can be seen by entering the code.
Cheers!
QeeQacOctober 9, 2015 at 11:40 am #516318Hi!
thanks for those screenshots, which made things really clear for us.
Use this code in your Quick CSS code:div .av_one_half { width: 107%; }
Cheers!
AndyOctober 9, 2015 at 11:45 am #516324Hey Andy.
Thank you very much.It works :)Cheers!
QeeQacOctober 9, 2015 at 11:53 am #516328Andy. The problem appears now at full resolution.
October 9, 2015 at 11:58 am #516333Hi!
oh yes, sorry. Add some media queries to my code from above:
@media only screen and (max-width: 767px) { div .av_one_half { width: 107%; }}
This way it will only work on mobile devices (with a max resolution of 767px).
Regards,
AndyOctober 9, 2015 at 12:03 pm #516340Screen with a screen with higher resolution (more then 767px)
October 9, 2015 at 12:40 pm #516379October 9, 2015 at 12:45 pm #516381Hey Andy.
Thank you very much! It works OK after clear browser cache.Cheers!
QeeQacOctober 9, 2015 at 12:53 pm #516388glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.