• austinandersen

    (@austinandersen)


    I found custom css on here to get photos to display laterally. But I would like them to fill the full width of footer instead of just in center of page.
    Following is code I got to make them lateral.
    .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;
    }
    }

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

Viewing 1 replies (of 1 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Try adding:

    
    .site-footer .container {
        width: 100%;
    }
    

    This container has a width set which is impacting the widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Help getting widget to be full width’ is closed to new replies.