Tagged: icons
I’ve got a page with 9 content sections with 3 or 2 icons (av-icon-char). As soon as the page is below 768px width, the first 2 content sections are displaying the 3 icons below each other instead of next to each other. The next 7 content sections are displaying the icons next to each other below 768px like it should. How can i fix the first 2 sections to have them display the icons next to each other?
http://goo.gl/bplRHK
Hey Reisfreaks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) {
.page-id-750 div .av_one_third {
width: 29.333333333333332%!important;
}}
Regards,
Yigit
Hi Yigit! Problem solved in 9 minutes thats a record!!!
I tried
@media only screen and (max-width: 767px) {
.coloricons .av_one_third {
width: 33% !important;
}}
Case closed :D