• Resolved kelmaralemos

    (@kelmaralemos)


    Please i really need help, i want my pictures in horizontally with 6 pictures in horizontally and they should appear in Phone in 2 colums.

    And i want the feed appear in all pages

    Please help me!

    kokodrift.com

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to add some custom CSS to your site (e.g through the customiser or Jetpack)

    Try this:

    .instagram-pics li {
        display: inline-block;
        vertical-align: top;
        width: 16.6%;
    }
    
    @media ( max-width: 480px ) {
      .instagram-pics li {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0!important;
        margin-bottom: -6px !important;
     }
    }
    
    Thread Starter kelmaralemos

    (@kelmaralemos)

    I LOVE YOU!!!!! <3

    WORK PERFECT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    After updating, unfortunately it was not horizontal.
    Please help me

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feed show Photos Vertically Not Horizontally | PLEASE HELP ME!’ is closed to new replies.