I’d like some help with the formatting of some icons on my portfolio pages. Right now they format vertically (on top of each other on the iPhone in portrait and landscape mode) How can I make it so that they line up horizontally on the iPhone in portrait and landscape mode on the iPhone? (See attached images) Can you provide me with some quick css to achieve this? I have not added a custom css class to each of these so let me know if I will need to do that as well. Thanks!
Hey!
This should do it:
@media only screen and (max-width: 767px) {
#av_section_3 .av_one_third {
width: 33.33% !important;
}
}
Set an unique ID to the color section (and change code accordingly) if this affect other parts of the site.
Best regards,
Josue
Worked perfectly! Thanks Josue! You can close this thread.
You are welcome, glad to help :)
Regards,
Josue