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
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
Thanks Yigit but it messes up the instagram feed I have in the beginning of the page as it is the same widget.
Charlotte
Hi,
Can you try this css code:
#footer #avia-instagram-feed-2 {
margin-top: -12px;
}
Hope this helps.
Best regards,
Nikko
Great, thanks Nikko.
Charlotte :)
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko