Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #845712

    Hey,

    I want the instagram widget to have the same height as the Booking widget in the Footer
    http://www.hotelladdict.se/locke-living/
    What code shall I add?

    Thanks
    Charlotte

    #846341

    Hey Charlotte :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (min-width: 990px) {
    #footer #avia-instagram-feed-2 {
        margin-top: -10px;
    }}
    .av-instagram-item img {
        max-width: 135px;
    }
    

    Best regards,
    Yigit

    #846892

    Thanks Yigit but it messes up the instagram feed I have in the beginning of the page as it is the same widget.

    Charlotte

    #847566

    Hi,

    Can you try this css code:

    #footer #avia-instagram-feed-2 {
        margin-top: -12px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #848010

    Great, thanks Nikko.

    Charlotte :)

    #848059

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer widget same height’ is closed to new replies.