
-
AuthorPosts
-
November 28, 2017 at 10:41 pm #882904
Hi.
I have 3 icons next to each others inside a color section. and to have some free space , I have put everything in 1/5 containers.
It looks good on desktop, but on my S7 the icons are overlapping.
Here are 3 different print screens. enfold editor, desktop front and S7 front.
Is there a way to resize the icons and the text by custom CSS?
thanks in advance!
November 29, 2017 at 8:08 pm #883156Hey darkfashion,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaNovember 29, 2017 at 9:54 pm #883196December 1, 2017 at 10:49 am #883811Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .post-entry-571 .av-icon-char { font-size: 20px !important; line-height: 20px !important; width: 20px !important; } }
Best regards,
RikardDecember 1, 2017 at 2:14 pm #883899This reply has been marked as private.December 2, 2017 at 2:12 pm #884117Hi,
I can see the code applying on the page in private, could you check again please? There is no overlapping on any screen size on my end.
Best regards,
RikardDecember 2, 2017 at 6:42 pm #884171Hi Rikard.
The overlapping is not there, because they are on separate rows on responsive / samsung s7.
The idel is if they can be next to each other. I can understand that 3 icons on a row is maybe too much to ask, but at least 2?
https://ibb.co/fy1hQG
https://ibb.co/m5JkebThank you for your time!
December 5, 2017 at 4:43 pm #885142December 5, 2017 at 4:49 pm #885144W3 total cache de-activated = )
In my samsung they are aligned vertical. the “redovisning” is little offset
Thank you Victoria.
December 6, 2017 at 11:55 am #885516Hi darkfashion,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column.av_one_fifth { width: 45%; margin-left: 5%; } .responsive #top.page-id-571 #wrap_all .flex_column.av_one_fifth.avia-builder-el-1, .responsive #top.page-id-571 #wrap_all .flex_column.av_one_fifth.avia-builder-el-10 { display: none; } #av_section_1 .entry-content-wrapper.clearfix { margin-top: 20px; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.