Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411816

    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!

    #412692

    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

    #412695

    Worked perfectly! Thanks Josue! You can close this thread.

    #412696

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Formatting layout of some icons’ is closed to new replies.