On my home page (please see Private Content for URL) there is a set of 4 large light-blue icons (For our patients, for our supporters, etc.) . On desktop view they are aligned 4 in a row. When viewed around 970px (for pad view) they become 2 rows of two. And on smartphone view, they become 1 up view. I’d like to have the smartphone view be the same as the “pad view”: of 2 rows of 2 icons.
Could you share with me the styling?
Thank you!
Hey laptophobo,
Thank you for using Enfold.
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #icon-section .flex_column {
margin-left: 4%;
width: 48%;
}
}
Best regards,
Ismael
Thanks for the try, but it didn’t change much. It just un-centered the icon.
Hi,
Please replace the code with
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #icon-section .flex_column {
margin-left: 3%;
width: 38%!important;
}
}
@media only screen and (max-width: 480px) {
#top .av_font_icon a{
font-size: 60px!important;
line-height: 60px!important;
width: 60px!important;
}}
Best regards,
Vinay
Thanks Vinay. That worked!
Hi!
Glad we got it short out.
Please do remember to go ahead and rate our theme to themeforest!
Thanks a lot for your time
Cheers!
Basilis
Done.